add update method to Users repo

This commit is contained in:
dandds
2018-10-15 13:17:47 -04:00
parent 30318b68bb
commit ec7504fb20
3 changed files with 45 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
</a>
{% if g.current_user %}
<a href="{{ url_for('atst.user') }}" class="topbar__link">
<a href="{{ url_for('users.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>