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)) }}