summaryrefslogtreecommitdiff
path: root/templates/category/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/category/index.html')
-rw-r--r--templates/category/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/category/index.html b/templates/category/index.html
index 45be775c..4c8a1343 100644
--- a/templates/category/index.html
+++ b/templates/category/index.html
@@ -3,7 +3,6 @@
{% load i18n %}
{% load shop %}
{% load staticfiles %}
-{% load sort_menu from sort_menu %}
{% load render_bundle from webpack_loader %}
{% load prices_i18n %}
@@ -45,7 +44,7 @@
<span class="filters-menu__label d-sm-none">Filters</span>
</div>
<div class="col-6 col-md-10 col-lg-6">
- {% sort_menu sort_by_choices %}
+ {% sort_by sort_by_choices %}
</div>
</div>
</div>