Fix number of columns on product list.

This commit is contained in:
Krzysztof Płaczek
2024-10-20 15:51:05 +02:00
parent 7053716924
commit c280abe484

View File

@@ -11,6 +11,7 @@
<th>Categories</th> <th>Categories</th>
<th></th> <th></th>
<th>Price</th> <th>Price</th>
<th></th>
</tr> </tr>
</thead> </thead>
{% for product in products %} {% for product in products %}