Changeset - 9ffcef92def3
[Not reviewed]
1 1 1
Christopher Neugebauer - 8 years ago 2016-09-14 05:01:07
chrisjrn@gmail.com
Renames guided_registration_complete to review
2 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/product_category.html
Show inline comments
...
 
@@ -39,4 +39,6 @@
 
        <input class="btn btn-primary" type="submit" value="Add to cart" />
 
        <a href="{% url "dashboard" %}" class="btn btn-default">Return to dashboard</a>
 
    </div>
 

	
 

	
 
  </form>
pinaxcon/templates/registrasion/review.html
Show inline comments
 
file renamed from pinaxcon/templates/registrasion/guided_registration_complete.html to pinaxcon/templates/registrasion/review.html
...
 
@@ -17,5 +17,5 @@
 

	
 
  <p>You've already paid for the following items:</p>
 
  {% items_purchased as purchased %}
 
  {% if purchased %}
 
    <p>You've already paid for the following items:</p>
 
    {% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %}
...
 
@@ -44,3 +44,5 @@
 

	
 
  <p><strong>You can also select more items from these categories:</strong></p>
 
  <p>
 
    <strong>You can also change your selection from these categories:</strong>
 
  </p>
 

	
...
 
@@ -51,3 +53,3 @@
 

	
 
  <p>You can either generate an invoice and pay for your registration, or return to
 
  <p>You can either generate an invoice and pay for your selections, or return to
 
      the dashboard.</p>
0 comments (0 inline, 0 general)