correct a link template to edit user account

This commit is contained in:
Didier Link 2018-06-21 13:33:26 +02:00
parent 0e85a61aec
commit 3089905958
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</h1> </h1>
{% if is_self %} {% if is_self %}
<a href="edit" class="button inline-block">{{ "Edit your profile" | _ }}</a> <a href="{{ name }}/edit" class="button inline-block">{{ "Edit your profile" | _ }}</a>
{% endif %} {% endif %}
{% if is_remote %} {% if is_remote %}