diff --git a/dojo/templates/dojo/form_fields.html b/dojo/templates/dojo/form_fields.html index f80fdbb3109..5a26d3bc6e6 100644 --- a/dojo/templates/dojo/form_fields.html +++ b/dojo/templates/dojo/form_fields.html @@ -1,4 +1,5 @@ {% load event_tags %} +{% load display_tags %} {% block css %} {{ form.media.css }} {% endblock %} @@ -17,6 +18,16 @@ {{ field }} {% endfor %} +{% if form|has_required_field %} +
+ Required fields are marked with an asterisk* +
++ Required fields are marked with an asterisk* +
+