mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:00:01 +00:00
Add alert about reports that nobody will read
Apparently some people don't understand what the report button is for. Adding this small warning can be considered a success even if it just leads to one less stupid report.
This commit is contained in:
parent
081eb16246
commit
f1df776410
|
@ -189,6 +189,12 @@
|
||||||
<h4 class="modal-title">Report torrent #{{ torrent.id }}</h4>
|
<h4 class="modal-title">Report torrent #{{ torrent.id }}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
<div class="alert alert-warning" role="alert">
|
||||||
|
Before submitting a report, please check that the torrent
|
||||||
|
actually breaks <a href="{{ url_for('site_rules') }}">the
|
||||||
|
rules</a>. Useless reports like "download is slow" or
|
||||||
|
"thanks" can get you banned from the site.
|
||||||
|
</div>
|
||||||
<form method="POST" action="{{ request.url }}/submit_report">
|
<form method="POST" action="{{ request.url }}/submit_report">
|
||||||
{{ report_form.csrf_token }}
|
{{ report_form.csrf_token }}
|
||||||
{{ render_field(report_form.reason, class_='form-control', maxlength=255) }}
|
{{ render_field(report_form.reason, class_='form-control', maxlength=255) }}
|
||||||
|
|
Loading…
Reference in a new issue