diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 67dffddf4e2302f05f1ba3f72169ec05a2ac454b..f2b8062ef473d69e2bd3f4259bf057d733c35d3c 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 %}