diff options
author | clsr <clsr@clsr.net> | 2016-11-15 21:24:48 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-11-15 21:24:48 +0100 |
commit | 6c60229f984a4d92e1a89e457c6483d7152c18d8 (patch) | |
tree | 5f5744e50d4d275c1f375c16ed577aa7e216f838 /templates/panel.html | |
parent | 3f03d764367962597ac2b45ab5dc7b71f20aae62 (diff) | |
download | gomf-modpanel-web-6c60229f984a4d92e1a89e457c6483d7152c18d8.tar.gz gomf-modpanel-web-6c60229f984a4d92e1a89e457c6483d7152c18d8.zip |
Fix for tag in labels in panel.html
Diffstat (limited to 'templates/panel.html')
-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 c1c6f5b..7d79d9b 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-{{.id}}">Reason: </label><input type="text" name="reason" id="reason-{{.hash}}" /> + <label for="reason-{{.hash}}">Reason: </label><input type="text" name="reason" id="reason-{{.hash}}" /> <button type="submit" name="type" value="file">Delete file</button> <button type="submit" name="type" value="id">Delete ID</button> </form> |