diff --git a/powerdnsadmin/templates/admin_setting_authentication.html b/powerdnsadmin/templates/admin_setting_authentication.html index 4b8a446..32fca2a 100644 --- a/powerdnsadmin/templates/admin_setting_authentication.html +++ b/powerdnsadmin/templates/admin_setting_authentication.html @@ -1,1058 +1,1498 @@ {% extends "base.html" %} - {% set active_page = "admin_settings" %} - -{% block title %} - - Authentication Settings - {{ SITE_NAME }} - -{% endblock %} +{% block title %}Authentication Settings - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} -
-
-
-
-

- Settings - PowerDNS-Admin Settings -

-
-
- -
-
-
-
-{% endblock %} - -{% block content %} -
-
-
-
-
-
-

Authentication Settings

+
+
+
+
+

Authentication Settings

-
- {% if result %} -
- - {{ result['msg'] }} -
- {% endif %} - +
+
-
-
+{% endblock %} + +{% block content %} +
+
+
+
+
+
+

Settings Editor

+
+ +
+ {% if result %} +
+ + {{ result['msg'] }} +
+ {% endif %} + + +
+ +
+ +
+ +
+ +
+ +
{% endblock %} {% block extrascripts %} -{% assets "js_validation" -%} - -{%- endassets %} + {% assets "js_validation" -%} + + {%- endassets %} - + {% endblock %} {% block modals %} -