diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index b9c0408c41278909de6b26290be09371c4196d85..f2b8062ef473d69e2bd3f4259bf057d733c35d3c 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -109,7 +109,7 @@ {% items_pending as pending %} {% if pending %} - Pay your registration + Check out and pay {% endif %} {% endif %} @@ -129,18 +129,19 @@ {% 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.

{% endif %} {% 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 %} - {% for category in categories %} -
  • {{ category.name }}
  • - {% endfor %} + {% include "registrasion/_category_list.html" with categories=categories %} {% invoices as invoices %}