diff options
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 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> |