edit user url in public topbar

This commit is contained in:
Andrew Croce 2018-09-25 14:14:52 -04:00
parent ca3be247e3
commit 9415f14451

View File

@ -24,7 +24,7 @@
</a>
{% if g.current_user %}
<a href="{{ url_for('atst.home') }}" class="topbar__link">
<a href="{{ url_for('atst.user') }}" class="topbar__link">
<span class="topbar__link-label">{{ g.current_user.first_name + " " + g.current_user.last_name }}</span>
{{ Icon('avatar', classes='topbar__link-icon') }}
</a>