From 8712ac4669de57feb23457976237873568fdc0b0 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 19 Jun 2016 22:04:37 +0200 Subject: [PATCH] move creditnote link to the end --- shop/templates/shop_base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shop/templates/shop_base.html b/shop/templates/shop_base.html index e3550ec5..71cf3a6e 100644 --- a/shop/templates/shop_base.html +++ b/shop/templates/shop_base.html @@ -13,13 +13,13 @@
  • {{ current_category }}
  • {% endif %} {% if user.is_authenticated and user.orders.exists %} + {% if user.creditnotes.exists %} +
  • Credit Notes
  • + {% endif %} {% if has_tickets %}
  • Tickets
  • {% endif %}
  • Orders
  • - {% if user.creditnotes.exists %} -
  • Credit Notes
  • - {% endif %} {% endif %}