Added ability to fetch products from the database

This commit is contained in:
2024-01-05 18:20:56 +00:00
parent 9fbdb9f3fb
commit 868876b98e
11 changed files with 261 additions and 156 deletions

View File

@ -5,9 +5,9 @@
<input type="submit" class="search-button">
</form>
{% if user != None: %}
<a href="logout">Welcome, {{ user }}</a>
<a href="/logout">Welcome, {{ user }}</a>
{% else %}
<a href="login">Login/Signup</a>
<a href="/login">Login/Signup</a>
{% endif %}
</nav>