From 9ffcef92def3a4b274a61fbcc4062c255e9dae2d 2016-09-14 05:01:07 From: Christopher Neugebauer Date: 2016-09-14 05:01:07 Subject: [PATCH] Renames guided_registration_complete to review --- diff --git a/pinaxcon/templates/registrasion/product_category.html b/pinaxcon/templates/registrasion/product_category.html index 135d253f1127dd03ead10500fb43c3f8bd2407d5..4322f38f6f77a2b1d8c6fb75f984dbd652f32d68 100644 --- a/pinaxcon/templates/registrasion/product_category.html +++ b/pinaxcon/templates/registrasion/product_category.html @@ -37,8 +37,10 @@
+ Return to dashboard
+ diff --git a/pinaxcon/templates/registrasion/guided_registration_complete.html b/pinaxcon/templates/registrasion/review.html similarity index 88% rename from pinaxcon/templates/registrasion/guided_registration_complete.html rename to pinaxcon/templates/registrasion/review.html index 7c2702bf9a48128a42d2a71f4c0bc18469e7432a..64e231925d717a2e26756f0a78f561052140fed2 100644 --- a/pinaxcon/templates/registrasion/guided_registration_complete.html +++ b/pinaxcon/templates/registrasion/review.html @@ -15,9 +15,9 @@ you check out:

{% include "registrasion/_items_list.html" with items=pending %} -

You've already paid for the following items:

{% items_purchased as purchased %} {% if purchased %} +

You've already paid for the following items:

{% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %} {% endif %} @@ -42,14 +42,16 @@ {% endif %} -

You can also select more items from these categories:

+

+ You can also change your selection from these categories: +

{% available_categories as available %} {% include "registrasion/_category_list.html" with categories=available exclude=missing %}

What next?

-

You can either generate an invoice and pay for your registration, or return to +

You can either generate an invoice and pay for your selections, or return to the dashboard.