{% extends "base.html" %} {% set active_page = "admin_settings" %} {% block title %} Authentication Settings - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

Settings PowerDNS-Admin settings

{% endblock %} {% block content %}

Authentication Settings

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