#1 Allow searches to be made from the main page
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/products.css') }}">
|
||||
|
||||
<div class="product-container">
|
||||
{% if products is not None %}
|
||||
{% if products != None %}
|
||||
{% for product in products %}
|
||||
<a href="/products/{{product.id}}" class="product product-link">
|
||||
<div class="product-title">{{product.name}}</div>
|
||||
|
Reference in New Issue
Block a user