fix: missing live flag

This commit is contained in:
ziirish 2018-05-07 19:47:24 +02:00
parent 601dab00a5
commit 8c15147484
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -18,7 +18,7 @@
</li>
{% if not login -%}
{% if not config.STANDALONE -%}
<li class="detail {% if not server and not about and not me and not admin %}active{% endif %}">
<li class="detail {% if not server and not about and not me and not admin and not live %}active{% endif %}">
<a href="{{ url_for('view.home') }}">
<span class="glyphicon glyphicon-hdd" aria-hidden="true"></span><span class="dtl">&nbsp;{{ _('Servers') }}</span>
</a>