From 733e438d1ee867c06aa4dc6765bb0dc247ca029b Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 18 Aug 2020 20:39:34 -0400 Subject: [PATCH] Remove bold labels from admin panel custom user fields --- CTFd/themes/admin/templates/macros/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/themes/admin/templates/macros/forms.html b/CTFd/themes/admin/templates/macros/forms.html index 8c795121..d7a5ce8c 100644 --- a/CTFd/themes/admin/templates/macros/forms.html +++ b/CTFd/themes/admin/templates/macros/forms.html @@ -3,7 +3,7 @@
{% if field.field_type == "text" %} {% if show_labels %} - {{ field.label }} + {{ field.label }} {% endif %} {% if show_optionals %}