{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}DNS Control Panel - Domain Management{% endblock %} {% block dashboard_stat %}

Admin Console

{% endblock %} {% block content %}
Domain Access Control
Domain Deletion

This function is used to remove a domain completely from Database and PowerDNS. All records and user privileges which associated to this domain be removed also. Your change cannot be reverted. Please be careful with your action!

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}