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 %}