Links to own user in menu

This commit is contained in:
tofuwabohu 2021-04-06 22:36:24 +02:00
parent 178ff2400f
commit 1f99710dcd

View file

@ -70,7 +70,7 @@
{% if request.user.is_authenticated %}
<div class="navbar-item has-dropdown is-hoverable">
<a
href="{{ user.local_path }}"
href="{{ request.user.local_path }}"
class="navbar-link pulldown-menu"
role="button"
aria-expanded="false"