1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-07-27 02:49:42 +00:00

Merge pull request #93 from sharkykh/tracker-link-style

Put tracker URL in <kbd>
This commit is contained in:
Johnny Ding 2017-05-16 23:52:33 -07:00 committed by GitHub
commit c5e76b17b6

View file

@ -13,7 +13,7 @@
<form method="POST" enctype="multipart/form-data">
{% if config.ENFORCE_MAIN_ANNOUNCE_URL %}<p><strong>Important:</strong> Please include <i>{{config.MAIN_ANNOUNCE_URL}}</i> in your trackers</p>{% endif %}
{% if config.ENFORCE_MAIN_ANNOUNCE_URL %}<p><strong>Important:</strong> Please include <kbd>{{config.MAIN_ANNOUNCE_URL}}</kbd> in your trackers</p>{% endif %}
<div class="row">
<div class="form-group col-md-6">
{{ render_upload(form.torrent_file, accept=".torrent") }}