add missing basket link template

This commit is contained in:
Frédéric Péters 2015-05-12 16:56:36 +02:00
parent 9425ba7a45
commit 90aa42e0dd
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 %}