diff --git a/mayan/apps/appearance/templates/appearance/generic_detail.html b/mayan/apps/appearance/templates/appearance/generic_detail.html index 9c51d0db69..9ee13e00b3 100644 --- a/mayan/apps/appearance/templates/appearance/generic_detail.html +++ b/mayan/apps/appearance/templates/appearance/generic_detail.html @@ -9,10 +9,7 @@ {% block content %} {% if form %} {% with 'true' as read_only %} - {% include 'appearance/generic_form_subtemplate.html' %} - {% if grid_clear or not grid %} -
- {% endif %} + {% include 'appearance/generic_form_subtemplate.html' %} {% endwith %} {% endif %}