mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Fix non-clickable checkbox label in user creation form in Admin side (#1986)
Co-authored-by: SpeedX <>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{% if can_send_mail() %}
|
||||
<div class="form-group">
|
||||
<div class="form-check form-check-inline">
|
||||
{{ form.notify(class="form-check-input", id="notify-checkbox") }}
|
||||
{{ form.notify(class="form-check-input", id="notify") }}
|
||||
{{ form.notify.label(class="form-check-label") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user