temporarly use an absolute link in users detail header template, linked with bug #65
This commit is contained in:
parent
b153a9ce2b
commit
ae759114aa
@ -11,7 +11,7 @@
|
||||
</h1>
|
||||
|
||||
{% if is_self %}
|
||||
<a href="{{ user.username }}/edit" class="button inline-block">{{ "Edit your profile" | _ }}</a>
|
||||
<a href="/@/{{ user.username }}/edit" class="button inline-block">{{ "Edit your profile" | _ }}</a>
|
||||
{% endif %}
|
||||
|
||||
{% if is_remote %}
|
||||
|
Loading…
Reference in New Issue
Block a user