BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

result_warnings.twig 550B

12345678910
  1. <h1>Warning</h1>
  2. <p><strong>Your torrent has been uploaded; however, you must download your torrent from <a href="torrents.php?id={{ group_id }}">here</a> because:</strong></p>
  3. <ul>
  4. {% if public %}
  5. <li><strong>You didn't make your torrent using the "private" option</strong></li>
  6. {% endif %}
  7. {% if unsourced %}
  8. <li><strong>The "source" flag was not set to OPS. Please read the <a href="/wiki.php?action=article&id={{ source_flag_wiki_id }}">wiki page about source flags</a> to find out why this is important. </strong></li>
  9. {% endif %}
  10. </ul>