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

Settings PowerDNS-Admin settings

{% endblock %} {% block content %}

PDNS Settings

{% if not SETTING.get('pdns_api_url') or not SETTING.get('pdns_api_key') or not SETTING.get('pdns_version') %}

Error!

Please complete your PowerDNS API configuration before continuing
{% endif %}

Help

Fill in all the fields to the in the form to the left.

{% endblock %} {% block extrascripts %} {% assets "js_validation" -%} {%- endassets %} {% endblock %}