diff --git a/powerdnsadmin/templates/base.html b/powerdnsadmin/templates/base.html index f11cf78..4712fee 100644 --- a/powerdnsadmin/templates/base.html +++ b/powerdnsadmin/templates/base.html @@ -18,7 +18,7 @@ {% if SETTING.get('custom_css') %} {% endif %} - diff --git a/powerdnsadmin/templates/domain_add.html b/powerdnsadmin/templates/domain_add.html index 3f85257..a104428 100644 --- a/powerdnsadmin/templates/domain_add.html +++ b/powerdnsadmin/templates/domain_add.html @@ -1,12 +1,6 @@ {% extends "base.html" %} - {% set active_page = "new_domain" %} - -{% block title %} - - Add Domain - {{ SITE_NAME }} - -{% endblock %} +{% block title %}Add Domain - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}
@@ -186,7 +180,12 @@
+{% endblock %} +{% block head_styles %} + {% endblock %} {% block extrascripts %}