File diff a26f9a6f1864 → 123de1a15d6a
pinaxcon/templates/registrasion/review.html
Show inline comments
...
 
@@ -40,7 +40,7 @@
 

	
 
  {% items_purchased as purchased %}
 
  {% if purchased %}
 
  <div class="mb-4">
 
  <div class="my-4">
 
    <h3>Previously purchased</h3>
 
    <p>You've already paid for the following items:</p>
 
    {% include "registrasion/_items_list.html" with items=purchased suffix="<em>(PAID)</em>" %}
...
 
@@ -48,25 +48,20 @@
 
  {% endif %}
 

	
 
  <div class="my-4">
 
    <h3>Add to your selection</h3>
 
    <p>You can add these items now, or you can come back and add them in a later purchase.</p>
 
    {% if missing %}
 
    <h3>Modify your selection</h3>
 
    <p>
 
    {% missing_categories as missing %}
 
    {% if missing %}
 
        <strong>You have <em>not</em> selected anything from the following
 
          categories. If your ticket includes any of these, you still need to
 
          make a selection:
 
        </strong>
 

	
 
      {% include "registrasion/_category_list.html" with categories=missing %}
 
    </div>
 
    {% endif %}
 
      {% endif %}
 
    </p>
 
  </div>
 

	
 

	
 

	
 

	
 

	
 

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