diff --git a/theme/templates/base.html b/theme/templates/base.html index 40fd867..49d65ac 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -48,12 +48,12 @@ {% if user.is_superuser %} {% translate "Users" %} {% translate "Tokens" %} - {% translate "OpenAPI" %} {% endif %} {% if logged_in_user.is_anonymous %} {% translate "Login" %} {# I don't think this is actually ever shown in practice, because you must always be logged in #} {% else %} + {% translate "OpenAPI" %} {% translate "Preferences" %}