summaryrefslogtreecommitdiff
path: root/src/caas/templates/dns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/caas/templates/dns.xml')
-rw-r--r--src/caas/templates/dns.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/caas/templates/dns.xml b/src/caas/templates/dns.xml
new file mode 100644
index 0000000..1c57337
--- /dev/null
+++ b/src/caas/templates/dns.xml
@@ -0,0 +1,12 @@
+{% extends "site.xml" %}
+{% block content %}
+{% load crispy_forms_tags %}
+<form name="dns_form"
+ id="dns_form"
+ method="POST"
+ action=""
+ enctype="multipart/form-data">
+{{ form|crispy }}
+<input type="submit" class="btn btn-success" value="Update DNS records"/>
+</form>
+{% endblock %}