mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:00:00 +00:00
Merge branch 'master' of https://github.com/nyaadevs/nyaa
This commit is contained in:
commit
1eb805120e
|
@ -41,7 +41,7 @@
|
|||
<div class="btn-group" data-toggle="buttons">
|
||||
<label class="btn btn-default {% if not g.user %}active disabled{% endif %}" title="Upload torrent anonymously (don't display your username)">
|
||||
{{ upload_form.is_anonymous(disabled=(False if g.user else ""), checked=(False if g.user else "")) }}
|
||||
{% if not g.user %}<span class="glyphicon glyphicon-asterisk"></span>{% endif %}
|
||||
{% if not g.user %}<span class="glyphicon glyphicon-ban-circle"></span>{% endif %}
|
||||
{% if g.user %}<span class="glyphicon glyphicon-check"></span>{% endif %}
|
||||
{% if g.user %}<span class="glyphicon glyphicon-unchecked"></span>{% endif %}
|
||||
Anonymous
|
||||
|
|
Loading…
Reference in a new issue