From 4f46c715289a3dd2111e1eb3d89cdc5a84db318c Mon Sep 17 00:00:00 2001
From: Christopher Neugebauer Step 4 of 4 You're almost done! You've selected the following items:
+ You've selected the following items, which will be in your invoice when
+ you check out:
{% include "registrasion/items_list.html" with items=pending %}
+ You've already paid for the following items: You can add these items now, or you can come back and add them in a
+ later purchase.
+ You have not selected any items from the following
+ categories:
+ You can also select more items from these categories: You can either generate an invoice and pay for your registration, or return to
- the dashboard to make amendments.Add/Update items
{% available_categories as categories %}
- {% for category in categories %}
-
+ {% for category in categories %}
+ {% if not category in exclude %}
+
diff --git a/pinaxcon/templates/registrasion/guided_registration_complete.html b/pinaxcon/templates/registrasion/guided_registration_complete.html
index 2683957..30dc3ce 100644
--- a/pinaxcon/templates/registrasion/guided_registration_complete.html
+++ b/pinaxcon/templates/registrasion/guided_registration_complete.html
@@ -4,21 +4,57 @@
{% block body %}
- Conference Registration – Review
+ Review your selection
{% items_pending as pending %}
{% if pending %}
- Current selection
- Add to your selection
+
+ What next?
+