summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormichal <michal.sipa@mirumee.com>2017-10-02 12:31:19 +0200
committermichal <michal.sipa@mirumee.com>2017-10-02 12:31:19 +0200
commitfda0b6645e9dbd1fb9d4e5e4fde2208e1ba1dcf2 (patch)
tree26d10b7d5b85935f6c96217f83d11baef8301e9e /templates
parent384475561bea05df37ef297c0aab212242a5b388 (diff)
downloadsaleor-frontend-fda0b6645e9dbd1fb9d4e5e4fde2208e1ba1dcf2.tar.gz
saleor-frontend-fda0b6645e9dbd1fb9d4e5e4fde2208e1ba1dcf2.tar.bz2
saleor-frontend-fda0b6645e9dbd1fb9d4e5e4fde2208e1ba1dcf2.zip
Rename standard_form
Rename standard_form to product_attributes_filter_form.
Diffstat (limited to 'templates')
-rw-r--r--templates/category/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/category/index.html b/templates/category/index.html
index ccdd576c..bb258dc4 100644
--- a/templates/category/index.html
+++ b/templates/category/index.html
@@ -97,7 +97,7 @@
<div class="product-filters">
<div class="product-filters__attributes" data-icon-up="{% static "assets/chevron_up.svg" %}" data-icon-down="{% static "assets/chevron_down.svg" %}">
<form method="get">
- {% for field in filter.standard_form %}
+ {% for field in filter.product_attributes_filter_form %}
<div class="toggle-filter">
<h3 class="filter-label">
{{ field.label }}