From b260667be301d600e9c949bb8bda837c2ed90edf Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 14 Sep 2016 14:59:37 +1000 Subject: [PATCH] oops --- pinaxcon/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 67dffdd..f2b8062 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -129,7 +129,7 @@ {% items_pending as pending %} {% if pending %}
Items pending payment
- {% include "registrasion/items_list.html" with items=pending %} + {% include "registrasion/_items_list.html" with items=pending %}

Check out and pay for these items.

@@ -137,7 +137,7 @@ {% items_purchased as purchased %} {% if purchased %}
Paid items
- {% include "registrasion/items_list.html" with items=purchased %} + {% include "registrasion/_items_list.html" with items=purchased %} {% endif %}
Add/Update items
{% available_categories as categories %}