Skip to content

Commit

Permalink
More report categories, fixes #393
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed May 12, 2017
1 parent dc89495 commit 1b556cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ <h4 class="modal-title">Report Torrent #{{.ID}}</h4>
<div class="modal-body">
<b>Report type:</b>
<form method="post" action="/report/{{.ID}}">
<input type="radio" name="report_type" value="illegal"> Illegal content <br/>
<input type="radio" name="report_type" value="spam"> Spam / garbage
<input type="radio" name="report_type" value="illegal"> Illegal content<br />
<input type="radio" name="report_type" value="spam"> Spam / Garbage<br />
<input type="radio" name="report_type" value="wrongcat"> Wrong category<br />
<input type="radio" name="report_type" value="dup"> Duplicate / Deprecated<br />
{{end}}
{{block "captcha" .}}{{end}}
<button type="submit" class="btn btn-default">Report!</button>
Expand Down

0 comments on commit 1b556cd

Please sign in to comment.