Renames guided_registration_complete to review

This commit is contained in:
Christopher Neugebauer 2016-09-14 15:01:07 +10:00
parent b260667be3
commit 9ffcef92de
2 changed files with 7 additions and 3 deletions

View file

@ -37,8 +37,10 @@
<div class="form-actions"> <div class="form-actions">
<input class="btn btn-primary" type="submit" value="Add to cart" /> <input class="btn btn-primary" type="submit" value="Add to cart" />
<a href="{% url "dashboard" %}" class="btn btn-default">Return to dashboard</a>
</div> </div>
</form> </form>

View file

@ -15,9 +15,9 @@
you check out:<p> you check out:<p>
{% include "registrasion/_items_list.html" with items=pending %} {% include "registrasion/_items_list.html" with items=pending %}
<p>You've already paid for the following items:</p>
{% items_purchased as purchased %} {% items_purchased as purchased %}
{% if purchased %} {% if purchased %}
<p>You've already paid for the following items:</p>
{% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %} {% include "registrasion/_items_list.html" with items=purchased suffix="(PAID)" %}
{% endif %} {% endif %}
@ -42,14 +42,16 @@
{% endif %} {% 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 %} {% available_categories as available %}
{% include "registrasion/_category_list.html" with categories=available exclude=missing %} {% include "registrasion/_category_list.html" with categories=available exclude=missing %}
<h3>What next?</h3> <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> the dashboard.</p>
<div class="form-actions"> <div class="form-actions">