Fix non-clickable checkbox label in user creation form in Admin side (#1986)

Co-authored-by: SpeedX <>
This commit is contained in:
SpeedX
2021-09-13 13:24:21 +05:30
committed by GitHub
parent 2d2674acee
commit d03692d002

View File

@@ -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>