lingo: add missing basket link template

This commit is contained in:
Frédéric Péters 2015-05-12 16:56:36 +02:00
parent 20ec4fa1ff
commit 48938c98f5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% load i18n %}
{% if total %}
<p><a href="{{site_base}}">{% trans 'Basket:' %} {{items|length}} {% trans 'items' %} ({{ total }} €)</a></p>
</form>
{% endif %}