correct a link template to edit user account
This commit is contained in:
parent
0e85a61aec
commit
3089905958
@ -11,7 +11,7 @@
|
||||
</h1>
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% if is_remote %}
|
||||
|
Loading…
Reference in New Issue
Block a user