add link to previous orders to the shop frontpage

This commit is contained in:
Thomas Steen Rasmussen 2016-05-29 14:04:46 +02:00
parent 7eae7ee9ff
commit 57e120c45f

View file

@ -12,7 +12,8 @@
class="label label-{% if category.slug == current_category %}primary{% else %}default{% endif %}">
{{category}}
</a>&nbsp;
{% endfor %}
{% endfor %}<br>
<i>Looking for your <a href="{% url 'order_list' %}">previous orders</a>?</i>
</div>
</div>