From 72098015119579ddfcb85fe4d102dbe182d740c4 Mon Sep 17 00:00:00 2001 From: imperosol Date: Fri, 7 Nov 2025 13:14:13 +0100 Subject: [PATCH] fix: product image not saved fix #1219 --- counter/templates/counter/product_form.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter/templates/counter/product_form.jinja b/counter/templates/counter/product_form.jinja index afc9ba2a..00459b41 100644 --- a/counter/templates/counter/product_form.jinja +++ b/counter/templates/counter/product_form.jinja @@ -6,7 +6,7 @@ {% else %}

{% trans %}Product creation{% endtrans %}

{% endif %} -
+ {% csrf_token %} {{ form.as_p() }}