mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-05 13:40:09 +01:00
Update tos button (web)
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
2d6f266a98
commit
ca47748164
2 changed files with 14 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue