Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

More report categories, fixes #393

Cette révision appartient à :
sfan5 2017-05-12 20:33:40 +02:00
Parent dc89495b65
révision 1b556cdca0

Voir le fichier

@ -134,8 +134,10 @@
<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>