diff --git a/nyaa/templates/upload.html b/nyaa/templates/upload.html index ffdd932..cce3993 100644 --- a/nyaa/templates/upload.html +++ b/nyaa/templates/upload.html @@ -19,7 +19,25 @@
{{ upload_form.csrf_token }} - {% if config.ENFORCE_MAIN_ANNOUNCE_URL %}

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

{% endif %} + {% if config.ENFORCE_MAIN_ANNOUNCE_URL %} +
+
+ +
+
+ {% endif %} +
+
+ +
+
{{ render_upload(upload_form.torrent_file, accept=".torrent") }}