diff --git a/powerdnsadmin/templates/base.html b/powerdnsadmin/templates/base.html index 4f050c9..08c1099 100644 --- a/powerdnsadmin/templates/base.html +++ b/powerdnsadmin/templates/base.html @@ -17,6 +17,7 @@ {% if SETTING.get('custom_css') %} {% endif %} + {% block head_styles %}{% endblock %} {% endblock %} diff --git a/powerdnsadmin/templates/dashboard.html b/powerdnsadmin/templates/dashboard.html index 5242216..1409728 100755 --- a/powerdnsadmin/templates/dashboard.html +++ b/powerdnsadmin/templates/dashboard.html @@ -180,7 +180,8 @@ -