Add change-account-settings link to user.html

This commit is contained in:
Jef van Schendel 2012-01-05 00:18:29 +01:00
parent a473deda9a
commit 1c53f98c09

View File

@ -120,6 +120,11 @@
{%- trans %}Edit profile{% endtrans -%}
</a>
{% endif %}
{% if request.user._id == user._id %}
<a href="{{ request.urlgen('mediagoblin.edit.account') }}">
{%- trans %}Change account settings{% endtrans -%}
</a>
{% endif %}
</div>
{% endif %}