diff --git a/nyaa/templates/upload.html b/nyaa/templates/upload.html index ec2f1d8..5645fb5 100644 --- a/nyaa/templates/upload.html +++ b/nyaa/templates/upload.html @@ -13,7 +13,7 @@
- {% if config.ENFORCE_MAIN_ANNOUNCE_URL %}

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

{% endif %} + {% if config.ENFORCE_MAIN_ANNOUNCE_URL %}

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

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