1
0
Fork 0

cleans up urls and views

This commit is contained in:
Mouse Reeve 2020-02-22 14:02:03 -08:00
parent 808ca0bd60
commit 76d2e20742
8 changed files with 216 additions and 200 deletions

View file

@ -16,7 +16,7 @@
{% if is_self %}
<div class="interaction">
<a href="/user/{{ user.localname }}/edit">Edit profile</a>
<a href="/user/edit">Edit profile</a>
</div>
{% endif %}
</div>