From 48938c98f50353833b064eaf650cb1bf0cc2b9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 12 May 2015 16:56:36 +0200 Subject: [PATCH] lingo: add missing basket link template --- combo/apps/lingo/templates/lingo/combo/basket_link.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 combo/apps/lingo/templates/lingo/combo/basket_link.html diff --git a/combo/apps/lingo/templates/lingo/combo/basket_link.html b/combo/apps/lingo/templates/lingo/combo/basket_link.html new file mode 100644 index 00000000..72e5167e --- /dev/null +++ b/combo/apps/lingo/templates/lingo/combo/basket_link.html @@ -0,0 +1,5 @@ +{% load i18n %} +{% if total %} +

{% trans 'Basket:' %} {{items|length}} {% trans 'items' %} ({{ total }} €)

+ +{% endif %}