mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:00:07 +00:00
Change guest anon upload glyph.
This commit is contained in:
parent
02c7223f09
commit
aa09191a24
|
@ -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