From abfb5c178e200144240fc2f899880b494fc9e603 Mon Sep 17 00:00:00 2001 From: snowfag Date: Sat, 3 Jun 2017 15:06:15 -0400 Subject: [PATCH] Update rules page. --- nyaa/templates/rules.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nyaa/templates/rules.html b/nyaa/templates/rules.html index 7aade31..f27f089 100644 --- a/nyaa/templates/rules.html +++ b/nyaa/templates/rules.html @@ -2,10 +2,9 @@ {% block title %}Rules :: {{ config.SITE_NAME }}{% endblock %} {% block body %} -

Coming soon (tm)

-{#
+

Site Rules

- + {# Spoilers: Your account will be banned if you repeatedly post these without using the [spoiler] tag properly. #}

Breaking any of the rules on this page may result in being banned

Shitposting and Trolling: Your account will be banned if you keep this up.

Bumping: Your account will be banned if you keep deleting and reposting your torrents.

@@ -14,7 +13,7 @@

Advertising: No.

Content restrictions:This site is for content that originates from and/or is specific to China, Japan, and/or Korea.

Other content is not allowed without exceptions and will be removed.


-

NAME is for work-safe content only. The following rules apply:

+

{{ config.EXTERNAL_URLS['main'] }} is for work-safe content only. The following rules apply:

  • No pornography of any kind.

    @@ -26,7 +25,7 @@

    Troll torrents are not allowed. These will be removed on sight.


-

NAME is the place for non-work-safe content only. Still, the following rules apply:

+

{{ config.EXTERNAL_URLS['fap'] }} is the place for non-work-safe content only. Still, the following rules apply:

  • No extreme real life visual content. This means no scat, gore, bestiality, or any other of such things.

    @@ -86,5 +85,5 @@

    Remakes of JPG/PNG-based releases are not allowed without exceptions since there is most often no point in making such.

-
#} +
{% endblock %}