mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 08:49:59 +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 class="lead">
|
||||
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") }}
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
Undeletes{% if torrent.banned %} and unbans{% endif %} this torrent.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<p><b>Flooding:</b> If you have five or more releases of the same type to release in one go, make a batch torrent containing all of them.</p>
|
||||
<p><b>URL redirection services:</b> These are removed on sight along with their torrents.</p>
|
||||
<p><b>Advertising:</b> No.</p>
|
||||
<p><b>Content restrictions:</b>This site is for content that originates from and/or is specific to China, Japan, and/or Korea.</p>
|
||||
<p><b>Content restrictions:</b> This site is for content that originates from and/or is specific to China, Japan, and/or Korea.</p>
|
||||
<p>Other content is not allowed without exceptions and will be removed.</p><br>
|
||||
<p><a href="//{{ config.EXTERNAL_URLS['main'] }}"><b>{{ config.EXTERNAL_URLS['main'] }}</b></a> is for <b>work-safe</b> content only. The following rules apply:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue