From dc627bf398a7ccb8e97312ac0fd87c272d6c1dde Mon Sep 17 00:00:00 2001 From: Arylide Date: Mon, 24 Jul 2017 20:03:58 -0700 Subject: [PATCH] Revert "upload page: use alerts, add alert about rules (#304)" This reverts commit c5ce99c3f30b14c0291ac275035b1909e5b8df0e. --- nyaa/templates/upload.html | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/nyaa/templates/upload.html b/nyaa/templates/upload.html index cce3993..ffdd932 100644 --- a/nyaa/templates/upload.html +++ b/nyaa/templates/upload.html @@ -19,25 +19,7 @@
{{ upload_form.csrf_token }} - {% if config.ENFORCE_MAIN_ANNOUNCE_URL %} -
-
- -
-
- {% endif %} -
-
- -
-
+ {% if config.ENFORCE_MAIN_ANNOUNCE_URL %}

Important: Please include {{ config.MAIN_ANNOUNCE_URL }} in your trackers

{% endif %}
{{ render_upload(upload_form.torrent_file, accept=".torrent") }}