From 125c9dd1863688067fa2ebfbe931ffaf9df69fd0 Mon Sep 17 00:00:00 2001 From: Pablo Moreno Date: Mon, 27 Jul 2026 12:55:11 +0200 Subject: [PATCH] feat: improved product attribute views --- backoffice/templates/backoffice/base.html | 15 ++++- .../products/_variant_form_fragment.html | 59 +++++++++++++++++++ .../backoffice/products/variant_form.html | 7 +++ backoffice/views/products.py | 36 +++++++++-- 4 files changed, 110 insertions(+), 7 deletions(-) create mode 100644 backoffice/templates/backoffice/products/_variant_form_fragment.html create mode 100644 backoffice/templates/backoffice/products/variant_form.html diff --git a/backoffice/templates/backoffice/base.html b/backoffice/templates/backoffice/base.html index d36f290..782d06f 100644 --- a/backoffice/templates/backoffice/base.html +++ b/backoffice/templates/backoffice/base.html @@ -33,7 +33,20 @@ Backoffice