Changeset - 9ffcef92def3
[Not reviewed]
1 1 1
Christopher Neugebauer - 7 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
...
 
@@ -34,12 +34,14 @@
 
    <table>
 
        {{ form | bootstrap }}
 
    </table>
 

	
 
    <div class="form-actions">
 
        <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>
 

	
 

	
 
{% endblock %}
pinaxcon/templates/registrasion/review.html
Show inline comments
 
file renamed from pinaxcon/templates/registrasion/guided_registration_complete.html to pinaxcon/templates/registrasion/review.html
...
 
@@ -12,15 +12,15 @@
 
  <h3>Current selection</h3>
 

	
 
  <p>You've selected the following items, which will be in your invoice when
 
    you check out:<p>
 
  {% include "registrasion/_items_list.html" with items=pending %}
 

	
 
  <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)" %}
 
  {% endif %}
 

	
 

	
 
  {% missing_categories as missing %}
 

	
...
 
@@ -39,20 +39,22 @@
 
    </p>
 

	
 
    {% include "registrasion/_category_list.html" with categories=missing %}
 

	
 
  {% endif %}
 

	
 
  <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>
 

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

	
 
  <h3>What next?</h3>
 

	
 
  <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>
 

	
 
  <div class="form-actions">
 
    <a class="btn btn-default" href="{% url "checkout" %}">
 
      <i class="fa fa-credit-card"></i> Check out and pay
 
    </a>
0 comments (0 inline, 0 general)