consistent "not authenticated" output in WDT

This makes the output in the toolbar when no token is present consistent
with what it looks like when there is a token.
This commit is contained in:
Christian Flothmann 2016-11-04 19:04:00 +01:00
parent 79259aad3f
commit 1b05650962

View File

@ -34,7 +34,8 @@
</div> </div>
{% else %} {% else %}
<div class="sf-toolbar-info-piece"> <div class="sf-toolbar-info-piece">
<span>You are not authenticated.</span> <b>Authenticated</b>
<span class="sf-toolbar-status sf-toolbar-status-red">No</span>
</div> </div>
{% endif %} {% endif %}