Skip to content

Commit

Permalink
Remove "Request" tab from "My Account" view; it had been causing a pa…
Browse files Browse the repository at this point in the history
…ge not found error. Furthermore, articles should be requested via the form next to the article list.
  • Loading branch information
itsjeyd committed Feb 11, 2012
1 parent d42a3d6 commit dddbc05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/user_profile_menu.html
Expand Up @@ -5,7 +5,6 @@
{% ifequal user profile.user %}
<a href='{% filter l %}/wikitrans/accounts/{{ user.username }} {% endfilter %}' class="dashboard" title="{% trans 'Overview of your account' %}">{% trans "Dashboard" %}</a>
<a href='{{ "/wikitrans/articles/list/"|l }}' class="articles" title="{% trans 'Manage articles' %}">{% trans "Articles" %}</a>
<a href='{{ "/wikitrans/articles/request_translation/"|l }}' class="request" title="{% trans 'Request an article' %}">{% trans "Request" %}</a>
<a href='{{ "/wikitrans/accounts/edit/"|l }}' class="settings" title="{% trans 'Configure your translation preferences' %}">{% trans "Settings" %}</a>
<a href='{{ "/wikitrans/accounts/personal/edit/"|l }}' class="profile" title="{% trans 'Change your personal information' %}">{% trans "Profile" %}</a>
<a href='{{ "/wikitrans/accounts/password/change/"|l }}' class="password" title="{% trans 'Change your password' %}">{% trans "Password" %}</a>
Expand All @@ -17,7 +16,6 @@
{% if not profile.user %}
<a href='{% filter l %}/wikitrans/accounts/{{ user.username }} {% endfilter %}' class="dashboard" title="{% trans 'Overview of your account' %}">{% trans "Dashboard" %}</a>
<a href='{{ "/wikitrans/articles/list/"|l }}' class="articles" title="{% trans 'Manage articles' %}">{% trans "Articles" %}</a>
<a href='{{ "/wikitrans/articles/request_translation/"|l }}' class="request" title="{% trans 'Request an article' %}">{% trans "Request" %}</a>
<a href='{{ "/wikitrans/accounts/edit/"|l }}' class="settings" title="{% trans 'Configure your translation preferences' %}">{% trans "Settings" %}</a>
<a href='{{ "/wikitrans/accounts/personal/edit/"|l }}' class="profile" title="{% trans 'Change your personal information' %}">{% trans "Profile" %}</a>
<a href='{{ "/wikitrans/accounts/password/change/"|l }}' class="password" title="{% trans 'Change your password' %}">{% trans "Password" %}</a>
Expand Down

0 comments on commit dddbc05

Please sign in to comment.