From 57e120c45fc0e88fa2f4ff9cc8aa8da2aafcb0b2 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 29 May 2016 14:04:46 +0200 Subject: [PATCH] add link to previous orders to the shop frontpage --- shop/templates/shop_index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shop/templates/shop_index.html b/shop/templates/shop_index.html index b1fbf34e..84755c93 100644 --- a/shop/templates/shop_index.html +++ b/shop/templates/shop_index.html @@ -12,7 +12,8 @@ class="label label-{% if category.slug == current_category %}primary{% else %}default{% endif %}"> {{category}}   - {% endfor %} + {% endfor %}
+ Looking for your previous orders?