File diff 63175db19caf → c00ce42c063b
pinaxcon/templates/registrasion/review.html
Show inline comments
...
 
@@ -62,32 +62,32 @@
 
    <h2>Voucher</h2>
 
    <p>If you have been given a voucher, please <a id="voucher-form-button" href="{% url "voucher_code" %}">enter your voucher code</a> now.
 
    </p>
 
  </div>
 

	
 

	
 
  <div class="my-4">
 
    <h2>What next?</h2>
 
    {% if pending %}
 
    <p>You can either check out an invoice and pay for your selections, or return to
 
        the dashboard.</p>
 

	
 
    <a class="btn btn-success" href="{% url "checkout" %}">
 
    <a class="btn btn-primary" href="{% url "checkout" %}">
 
      <i class="fa fa-credit-card"></i> Check out and pay
 
    </a>
 

	
 
    <a class="btn btn-primary" href="{% url "dashboard" %}">Return to dashboard</a>
 
    <a class="btn btn-light" href="{% url "dashboard" %}">Return to dashboard</a>
 

	
 
    {% else %}
 

	
 
    <p>You have no items that need to be paid.</p>
 

	
 
    <div class="form-actions">
 
      <a class="btn btn-primary" href="{% url "dashboard" %}">Return to dashboard</a>
 
      <a class="btn btn-light" href="{% url "dashboard" %}">Return to dashboard</a>
 
    </div>
 

	
 
    {% endif %}
 
  </div>
 

	
 

	
 

	
 
{% endblock %}