summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordominik-zeglen <flesz3@o2.pl>2017-10-03 10:50:18 +0200
committerdominik-zeglen <flesz3@o2.pl>2017-10-03 10:50:18 +0200
commit0324afdb156313b8a92da5933d861f0d5e9c0aa4 (patch)
treef8df8fc3dbfaaf6006d1458792af9a17b236ecff /templates
parent57748511ac31baac354afb8f609ba4249a3322d6 (diff)
downloadsaleor-frontend-0324afdb156313b8a92da5933d861f0d5e9c0aa4.tar.gz
saleor-frontend-0324afdb156313b8a92da5933d861f0d5e9c0aa4.tar.bz2
saleor-frontend-0324afdb156313b8a92da5933d861f0d5e9c0aa4.zip
Fix losing sorting status
Diffstat (limited to 'templates')
-rw-r--r--templates/category/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/category/index.html b/templates/category/index.html
index 869403a4..d324525b 100644
--- a/templates/category/index.html
+++ b/templates/category/index.html
@@ -171,6 +171,7 @@
<input id="price_0" name="price_0" type="number" min="0" class="form-control"
placeholder="from"><span>-</span><input id="price_1" name="price_1" type="number" min="0"
class="form-control" placeholder="to">
+ <input type="hidden" name="sort_by" value="{{ request.GET.sort_by }}">
<button class="btn primary" type="submit">Update</button>
</div>
</div>