summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-11-15 21:25:40 +0100
committerclsr <clsr@clsr.net>2016-11-15 21:25:40 +0100
commit73bcf5571fd2595392698cb6a543562015c71982 (patch)
tree1ef31f77fa59d7cda3f9bac750385a7065d4d52a
parent6c60229f984a4d92e1a89e457c6483d7152c18d8 (diff)
downloadgomf-modpanel-web-master.tar.gz
gomf-modpanel-web-master.zip
Replace label with placeholder in panel.htmlHEADmaster
-rw-r--r--templates/panel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/panel.html b/templates/panel.html
index 7d79d9b..6bf591c 100644
--- a/templates/panel.html
+++ b/templates/panel.html
@@ -30,7 +30,7 @@
<form action="delete" method="post">
<input type="hidden" name="id" value="{{.id}}" />
<input type="hidden" name="file" value="{{.hash}}" />
- <label for="reason-{{.hash}}">Reason: </label><input type="text" name="reason" id="reason-{{.hash}}" />
+ <input type="text" placeholder="Reason" name="reason" />
<button type="submit" name="type" value="file">Delete file</button>
<button type="submit" name="type" value="id">Delete ID</button>
</form>