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") }}