From dddbc05cb1841007c477ba9b4ad3211ce83e6e0a Mon Sep 17 00:00:00 2001 From: Tim Krones Date: Sat, 11 Feb 2012 21:44:54 +0100 Subject: [PATCH] Remove "Request" tab from "My Account" view; it had been causing a page not found error. Furthermore, articles should be requested via the form next to the article list. --- templates/user_profile_menu.html | 2 -- 1 file changed, 2 deletions(-) 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" %}