put "over 18" in signup checkbox

pull/142/head
Aevann 2023-03-17 09:32:27 +02:00
parent 084d76b001
commit 2bca326b7a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<input autocomplete="off" class="form-control" id="password_confirm" type="password" name="password_confirm" required>
<div class="custom-control custom-checkbox mt-4">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="termsCheck" required>
<label class="custom-control-label terms" for="termsCheck">I accept the <a href="/sidebar">rules</a></label>
<label class="custom-control-label terms" for="termsCheck">I accept the <a href="/sidebar">rules</a> and am over 18</label>
</div>
{% if turnstile != DEFAULT_CONFIG_VALUE %}