temporarly use an absolute link in users detail header template, linked with bug #65

This commit is contained in:
Didier Link 2018-06-22 01:17:22 +02:00
parent b153a9ce2b
commit ae759114aa
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="{{ 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 %} {% endif %}
{% if is_remote %} {% if is_remote %}