diff --git a/templates/admin/index.html b/templates/admin/index.html index 80afe85..f0b1c0b 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -11,14 +11,14 @@ {% if products %} -
| Product ID | -Name | -Price | -Image | -Actions | +Product ID | +Name | +Price | +Image | +Actions |
{% for field in product_data %}
{% if field.fieldName == '_image' %}
-
+
{% endif %}
{% endfor %}
|
- |
|---|