diff --git a/InvenTree/templates/navbar.html b/InvenTree/templates/navbar.html index 551f1e99ed..7fd4a76eff 100644 --- a/InvenTree/templates/navbar.html +++ b/InvenTree/templates/navbar.html @@ -110,12 +110,12 @@ {% if user.is_staff and not demo %}
  • {% trans "Admin" %}
  • {% endif %} +
  • {% trans "Settings" %}
  • {% trans "Logout" %}
  • {% else %}
  • {% trans "Login" %}
  • {% endif %}
    -
  • {% trans "Settings" %}
  • {% if system_healthy or not user.is_staff %}