diff --git a/mayan/apps/appearance/templates/appearance/generic_form_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_form_subtemplate.html index 1a9097af19..4454959fc9 100644 --- a/mayan/apps/appearance/templates/appearance/generic_form_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_form_subtemplate.html @@ -8,7 +8,7 @@
{% endif %} -
+
{% if form.is_multipart %}
{% else %} diff --git a/mayan/apps/appearance/templates/appearance/generic_multiform_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_multiform_subtemplate.html index 02cd08dcf8..22ba6d3772 100644 --- a/mayan/apps/appearance/templates/appearance/generic_multiform_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_multiform_subtemplate.html @@ -6,7 +6,7 @@
-
+
{% if is_multipart %} {% else %} diff --git a/mayan/apps/appearance/templates/appearance/generic_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_subtemplate.html index 72d0482963..6e11a00ed7 100644 --- a/mayan/apps/appearance/templates/appearance/generic_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_subtemplate.html @@ -1,4 +1,4 @@ -
+
{% if content %}

{{ content }}

{% endif %}