diff --git a/fet2020/templates/baseform/checkbox.html b/fet2020/templates/baseform/checkbox.html index 8db6190b..8a65c044 100644 --- a/fet2020/templates/baseform/checkbox.html +++ b/fet2020/templates/baseform/checkbox.html @@ -13,5 +13,5 @@ {% if field.field.autofocus %}autofocus{% endif %} class="rounded border-gray-300 dark:border-none text-proprietary shadow-sm focus:border-blue-300 focus:ring focus:ring-offset-0 focus:ring-blue-200 dark:focus:ring-sky-700 focus:ring-opacity-50" > - {{ field.label }} {% if not field.field.required %}(optional){% endif %} + {{ field.label }} {% if not field.field.required %}(optional){% endif %} diff --git a/fet2020/templates/baseform/date.html b/fet2020/templates/baseform/date.html index 359f8ec4..bd09fc49 100644 --- a/fet2020/templates/baseform/date.html +++ b/fet2020/templates/baseform/date.html @@ -1,5 +1,5 @@