add link to previous orders to the shop frontpage
This commit is contained in:
parent
7eae7ee9ff
commit
57e120c45f
|
@ -12,7 +12,8 @@
|
||||||
class="label label-{% if category.slug == current_category %}primary{% else %}default{% endif %}">
|
class="label label-{% if category.slug == current_category %}primary{% else %}default{% endif %}">
|
||||||
{{category}}
|
{{category}}
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}<br>
|
||||||
|
<i>Looking for your <a href="{% url 'order_list' %}">previous orders</a>?</i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue