From 1dbfe0cf02ce6dc87742208d83a5ae2e0aa36998 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:31:34 +0200 Subject: [PATCH] fix: add for translation in item_group.html fix: add for translation in item_group.html --- webshop/templates/generators/item_group.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webshop/templates/generators/item_group.html b/webshop/templates/generators/item_group.html index 3b4d960784..fecddc3585 100644 --- a/webshop/templates/generators/item_group.html +++ b/webshop/templates/generators/item_group.html @@ -17,7 +17,7 @@ {% block page_content %}
+ data-item-group="{{ _(name) }}">
{% if slideshow %} {{ web_block( @@ -45,10 +45,10 @@ {{ _('Clear All') }}
- {{ field_filter_section(field_filters) }} + {{ _(field_filter_section(field_filters)) }} - {{ attribute_filter_section(attribute_filters) }} + {{ _(attribute_filter_section(attribute_filters)) }}