From 78b24dc1e71800c218057f57461404a3d24a2151 Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 28 May 2026 18:10:56 +0200 Subject: [PATCH] fix: product research with code --- counter/templates/counter/counter_click.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index cca00cda..e93b1110 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -73,7 +73,7 @@ {%- for category, prices in categories.items() -%} {%- for price in prices -%} - + {%- endfor -%} {%- endfor -%}