{{ field.errors }}
diff --git a/fet2020/templates/baseform/checkbox.html b/fet2020/templates/baseform/checkbox.html
index f3341c77..c76f96cf 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 }}
+
{{ field.label }} {% if not field.field.required %}(optional){% endif %}
diff --git a/fet2020/templates/baseform/date.html b/fet2020/templates/baseform/date.html
index c40332a7..359f8ec4 100644
--- a/fet2020/templates/baseform/date.html
+++ b/fet2020/templates/baseform/date.html
@@ -1,5 +1,5 @@