From cca227945c3f05aa0ac01da0dfd464fd63e85700 Mon Sep 17 00:00:00 2001 From: Gaurav Goyal Date: Thu, 15 May 2014 00:44:08 +0530 Subject: [PATCH] Resolved issue of cart hover in category page #4408 --- templates/webshop/category.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/webshop/category.jinja b/templates/webshop/category.jinja index 5aa994f..77f89dc 100644 --- a/templates/webshop/category.jinja +++ b/templates/webshop/category.jinja @@ -62,5 +62,6 @@ {% endblock main%} {% block script_tags %} +{{ super() }} {% endblock script_tags %}