From 7b4069212ccdf37d607d179e3eddb7267d1f32d3 Mon Sep 17 00:00:00 2001 From: Matt Hills Date: Thu, 8 May 2025 20:54:19 -0400 Subject: [PATCH] fixing product layout --- templates/admin/index.html | 20 +++++++++++--------- templates/layout.html | 27 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 9 deletions(-) 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 %} - - +
+ - - - - - + + + + + @@ -42,12 +42,14 @@
Product IDNamePriceImageActionsProduct IDNamePriceImageActions
{% for field in product_data %} {% if field.fieldName == '_image' %} - Product image +
+ Product image +
{% endif %} {% endfor %}
-
+
Edit Barcodes