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