From 9548cbce1c5b1f665d978d0d5a8dbfcad7af7c75 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sun, 19 Feb 2023 11:42:39 -0500 Subject: [PATCH] Removed legacy style tag attribute. --- powerdnsadmin/templates/base.html | 2 +- powerdnsadmin/templates/dashboard.html | 2 +- powerdnsadmin/templates/domain_add.html | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) 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 %}