Add change-account-settings link to user.html
This commit is contained in:
parent
a473deda9a
commit
1c53f98c09
@ -120,6 +120,11 @@
|
|||||||
{%- trans %}Edit profile{% endtrans -%}
|
{%- trans %}Edit profile{% endtrans -%}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if request.user._id == user._id %}
|
||||||
|
<a href="{{ request.urlgen('mediagoblin.edit.account') }}">
|
||||||
|
{%- trans %}Change account settings{% endtrans -%}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user