mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 15:30:01 +00:00
idk
This commit is contained in:
parent
7a04d64f9c
commit
5fb178f3a8
|
@ -120,7 +120,11 @@
|
||||||
<p>This torrent is <strong>deleted</strong>{% if torrent.banned %} and <strong>banned</strong>{% endif %}.</p>
|
<p>This torrent is <strong>deleted</strong>{% if torrent.banned %} and <strong>banned</strong>{% endif %}.</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Undelete{% if torrent.banned %} and unban{% endif %} torrent.
|
Undelete{% if torrent.banned %} and unban{% endif %} torrent.
|
||||||
|
{% if torrent.banned %}
|
||||||
|
{{ delete_form.undelete(value="Undelete & Unban", class="btn btn-info pull-right") }}
|
||||||
|
{% else %}
|
||||||
{{ delete_form.undelete(class="btn btn-info pull-right") }}
|
{{ delete_form.undelete(class="btn btn-info pull-right") }}
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Undeletes{% if torrent.banned %} and unbans{% endif %} this torrent.
|
Undeletes{% if torrent.banned %} and unbans{% endif %} this torrent.
|
||||||
|
|
Loading…
Reference in a new issue