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

Settings PowerDNS-Admin settings

{% endblock %} {% block content %}

PDNS Settings

{% if error %}

Error!

{{ error }}
{{ error }} {% endif %}

Help

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

{% endblock %} {% block extrascripts %} {% endblock %}