Update tos button (web)

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2023-03-27 18:18:39 +08:00
parent 2d6f266a98
commit ca47748164
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
2 changed files with 14 additions and 6 deletions

View file

@ -146,8 +146,8 @@
<div class="form-check mb-3">
<input class="form-check-input" type="checkbox" value="" id="tos_btn" required>
<label class="form-check-label" for="tos_btn">
I understand <a class="link-primary" data-bs-toggle="modal" data-bs-target="#tos_modal" role="button">the terms
and conditions</a>
I understand <a data-bs-toggle="modal" data-bs-target="#tos_modal" role="button"><u>
the terms of service</u></a>
</label>
</div>
@ -156,7 +156,6 @@
<button type="button" class="btn btn-primary" id="upload_button">Upload</button>
</div>
</form>
</div>