Added ability to fetch products from the database
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user