diff --git a/templates/admin/base.html b/templates/admin/base.html
index 8dca696..27fadb6 100755
--- a/templates/admin/base.html
+++ b/templates/admin/base.html
@@ -196,9 +196,24 @@ django.gettext = window.gettext
{% endif %}
- {% block nav-global %}{% endblock %}
-
-
+ {% if user.is_active and user.is_staff %}
+ {% if user.has_usable_password %}
+
+ {% endif %}
+
+ {% endif %}
+ {% block nav-global %}{% endblock %}
+
{% if user.is_active and user.is_staff %}
{% jet_get_menu as app_list %}
{% if SIDE_MENU_COMPACT %}