diff options
author | clsr <clsr@clsr.net> | 2016-11-15 21:25:40 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-11-15 21:25:40 +0100 |
commit | 73bcf5571fd2595392698cb6a543562015c71982 (patch) | |
tree | 1ef31f77fa59d7cda3f9bac750385a7065d4d52a /templates | |
parent | 6c60229f984a4d92e1a89e457c6483d7152c18d8 (diff) | |
download | gomf-modpanel-web-73bcf5571fd2595392698cb6a543562015c71982.tar.gz gomf-modpanel-web-73bcf5571fd2595392698cb6a543562015c71982.zip |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/panel.html | 2 |
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> |