diff --git a/mayan/apps/appearance/templates/appearance/generic_form_instance.html b/mayan/apps/appearance/templates/appearance/generic_form_instance.html index cd1c9fa2b4..7a4f2092fe 100644 --- a/mayan/apps/appearance/templates/appearance/generic_form_instance.html +++ b/mayan/apps/appearance/templates/appearance/generic_form_instance.html @@ -36,14 +36,14 @@
{# We display the label then the field for all except checkboxes #} {% if field|widget_type != 'checkboxinput' %} - {% if not hide_labels %}{{ field.label_tag }}{% if field.field.required and not read_only and not form_hide_required_text %} ({% trans 'required' %}){% endif %}{% endif %} + {% if not hide_labels %}{{ field.label_tag }}{% if field.field.required and not read_only %} ({% trans 'required' %}){% endif %}{% endif %} {% endif %} {% if field|widget_type == 'checkboxinput' %}
{% elif field|widget_type == 'detailselectmultiple' %}