Domain Deletion
+This function is used to remove a domain from PowerDNS-Admin AND PowerDNS. All records and user privileges which associated to this domain will also be removed. This change cannot be reverted.
+ +diff --git a/app/templates/domain_management.html b/app/templates/domain_management.html index c6c71e5..de373ec 100644 --- a/app/templates/domain_management.html +++ b/app/templates/domain_management.html @@ -1,145 +1,120 @@ {% extends "base.html" %} -{% block head %} - {{ super() }} - - - - - - - - - - - - - -{% endblock %} {% block title %}
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!
-This function is used to remove a domain from PowerDNS-Admin AND PowerDNS. All records and user privileges which associated to this domain will also be removed. This change cannot be reverted.
+ +