From 2224c24996a2c6b84427f4f42538fcb98472d03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Saltvik?= Date: Fri, 20 Sep 2013 23:15:19 +0200 Subject: [PATCH] 1.4 compat --- shop_example/templates/shop/templatetags/_cart.html | 1 + 1 file changed, 1 insertion(+) diff --git a/shop_example/templates/shop/templatetags/_cart.html b/shop_example/templates/shop/templatetags/_cart.html index 4080c41..a50511a 100644 --- a/shop_example/templates/shop/templatetags/_cart.html +++ b/shop_example/templates/shop/templatetags/_cart.html @@ -1,3 +1,4 @@ +{% load url from future %} {% with cart.get_updated_cart_items as cart_items %} {% if cart_items %}

Cart