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 %}