diff options
Diffstat (limited to 'templates/dns.html')
| -rw-r--r-- | templates/dns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dns.html b/templates/dns.html index 2f3f0a7..e04cbfa 100644 --- a/templates/dns.html +++ b/templates/dns.html @@ -37,7 +37,7 @@ <p>note that the name <em>must</em> be a subdomain of <em>{{ .User.Username }}</em></p> <hr> <label for="type">type.</label> - <input type="text" name="type" placeholder="CNAME" + <input type="text" name="type" {{ if not .RecordForm }} placeholder="CNAME" {{ else }} |
