From d03692d002938df0eef43404d38035e53c134fe2 Mon Sep 17 00:00:00 2001 From: SpeedX Date: Mon, 13 Sep 2021 13:24:21 +0530 Subject: [PATCH] Fix non-clickable checkbox label in user creation form in Admin side (#1986) Co-authored-by: SpeedX <> --- CTFd/themes/admin/templates/modals/users/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/themes/admin/templates/modals/users/create.html b/CTFd/themes/admin/templates/modals/users/create.html index f477c28f..1c60d9e0 100644 --- a/CTFd/themes/admin/templates/modals/users/create.html +++ b/CTFd/themes/admin/templates/modals/users/create.html @@ -52,7 +52,7 @@ {% if can_send_mail() %}
- {{ form.notify(class="form-check-input", id="notify-checkbox") }} + {{ form.notify(class="form-check-input", id="notify") }} {{ form.notify.label(class="form-check-label") }}