Merge pull request #891 from tofuwabohu/main

Replaces user link
This commit is contained in:
Mouse Reeve
2021-04-06 13:56:06 -07:00
committed by GitHub

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"