@@ -49,7 +49,7 @@
{% block branding %}{% endblock %}
</div>
{% block usertools %}
- {% if has_permission %}
+ {% if user.is_active and user.is_staff or has_permission %}
<div id="user-tools">
{% block welcome-msg %}
{% trans 'Welcome,' %}