From 90aa42e0dd935f0128cb6e2535374803de9168d9 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] add missing basket link template --- lingo/templates/lingo/combo/basket_link.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lingo/templates/lingo/combo/basket_link.html diff --git a/lingo/templates/lingo/combo/basket_link.html b/lingo/templates/lingo/combo/basket_link.html new file mode 100644 index 0000000..72e5167 --- /dev/null +++ b/lingo/templates/lingo/combo/basket_link.html @@ -0,0 +1,5 @@ +{% load i18n %} +{% if total %} +

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

+ +{% endif %}