Chapter 8

This commit is contained in:
2023-06-04 01:17:48 +02:00
parent d81f038422
commit c91b89da5f
6 changed files with 44 additions and 19 deletions

View File

@@ -14,6 +14,7 @@
<a href="{{ url_for('login') }}">Login</a>
{% else %}
<a href="{{ url_for('user', username = current_user.username) }}">Profile</a>
<a href="{{ url_for('explore') }}">Explore</a>
<a href="{{ url_for('logout') }}">Logout</a>
{% endif %}
</div>