From 9ffcef92def3a4b274a61fbcc4062c255e9dae2d Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 14 Sep 2016 15:01:07 +1000 Subject: [PATCH] Renames guided_registration_complete to review --- pinaxcon/templates/registrasion/product_category.html | 2 ++ .../{guided_registration_complete.html => review.html} | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename pinaxcon/templates/registrasion/{guided_registration_complete.html => review.html} (88%) diff --git a/pinaxcon/templates/registrasion/product_category.html b/pinaxcon/templates/registrasion/product_category.html index 135d253..4322f38 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 7c2702b..64e2319 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.