summaryrefslogtreecommitdiff
path: root/templates/dns.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dns.html')
-rw-r--r--templates/dns.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/templates/dns.html b/templates/dns.html
index d16ed89..2f3f0a7 100644
--- a/templates/dns.html
+++ b/templates/dns.html
@@ -76,18 +76,6 @@
{{ end }}
/>
</label>
-
-
- <input type="submit" value="Add" />
-
- {{ if .FormError }}
- {{ if (len .FormError.Errors) }}
- {{ range $error := .FormError.Errors }}
- <div class="error">{{ $error }}</div>
- {{ end }}
- {{ end }}
- {{ end }}
+ <input type="submit" value="add." />
</form>
-
-
{{ end }}