diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 5ab5e8e5d5..bb5dbec7f9 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -6,6 +6,17 @@ {% load common_tags %} {% load navigation_tags %} + + {% if appearance_type == 'plain' %} {% block content_plain %}{% endblock %} {% else %}