File diff 019f79c7563f → 2fbffd42a231
pinaxcon/templates/registrasion/review.html
Show inline comments
...
 
@@ -47,18 +47,15 @@
 
  </div>
 
  {% endif %}
 

	
 
  <div class="mb-4">
 
  <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>
 
    {% missing_categories as missing %}
 
    {% if missing %}
 
    <div class="alert-warning">
 
      <p class="label-warning">
 
    {% missing_categories as 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>
 
      </p>
 

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