diff --git a/templates/user_profile_menu.html b/templates/user_profile_menu.html index dbf9cb72..db6812a9 100644 --- a/templates/user_profile_menu.html +++ b/templates/user_profile_menu.html @@ -5,7 +5,6 @@ {% ifequal user profile.user %} {% trans "Dashboard" %} {% trans "Articles" %} - {% trans "Request" %} {% trans "Settings" %} {% trans "Profile" %} {% trans "Password" %} @@ -17,7 +16,6 @@ {% if not profile.user %} {% trans "Dashboard" %} {% trans "Articles" %} - {% trans "Request" %} {% trans "Settings" %} {% trans "Profile" %} {% trans "Password" %}