Skip to content

Commit

Permalink
Accounts: Fix a lingering bad url reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jul 18, 2014
1 parent 7135de1 commit 7dcd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/templates/profiles/_tabs.html
Expand Up @@ -3,7 +3,7 @@
{% if user == profile.user or not profile.user %}
<li><a href="{% url 'profiles_profile_detail' user.username %}" class="dashboard">{% trans "Dashboard" %}</a></li>
<li><a href="{% url 'pootle-profile-edit' %}" class="settings">{% trans "Settings" %}</a></li>
<li><a href="{% url 'pootle-profile-personal-edit' %}" class="profile">{% trans "Profile" %}</a></li>
<li><a href="{% url 'accounts-personal-edit' %}" class="profile">{% trans "Profile" %}</a></li>
<li><a href="{% url 'account_reset_password' %}" class="password">{% trans "Password" %}</a></li>
{% endif %}
</ul>

0 comments on commit 7dcd2fa

Please sign in to comment.