diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index bb5dbec7f9..a74e8de0a1 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -17,6 +17,8 @@ } +{% block stylesheets %}{% endblock %} + {% if appearance_type == 'plain' %} {% block content_plain %}{% endblock %} {% else %} diff --git a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html index 256b46835b..e790e597d0 100644 --- a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html +++ b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html @@ -37,10 +37,11 @@