move user edit routes into their own module and blueprint

This commit is contained in:
dandds
2018-10-15 11:06:04 -04:00
parent 8ea99a7aa5
commit e7a117be33
6 changed files with 28 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
</a>
{% endif %}
<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>