1
0
forked from finn/site

mgt c6 checkpoint

This commit is contained in:
2024-08-03 02:14:20 -07:00
parent a8068c8578
commit cdebe081c3
10 changed files with 66 additions and 2 deletions

View File

@ -15,6 +15,7 @@
{% if current_user.is_anonymous %}
<a href="{{ url_for('login') }}">login</a>
{% else %}
<a href="{{ url_for('user', username=current_user.username) }}">Profile</a>
<a href="{{ url_for('logout') }}">logout</a>
{% endif %}