Change guest anon upload glyph.

This commit is contained in:
snowfag 2017-05-24 00:57:07 -04:00
parent 02c7223f09
commit aa09191a24
1 changed files with 1 additions and 1 deletions

View File

@ -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