This commit is contained in:
Christopher Neugebauer 2016-09-14 14:59:37 +10:00
parent 0f8f2b5080
commit b260667be3

View file

@ -129,7 +129,7 @@
{% items_pending as pending %} {% items_pending as pending %}
{% if pending %} {% if pending %}
<h5>Items pending payment</h5> <h5>Items pending payment</h5>
{% include "registrasion/items_list.html" with items=pending %} {% include "registrasion/_items_list.html" with items=pending %}
<p><a href="{% url "checkout" %}" class="btn btn-xs btn-default"> <p><a href="{% url "checkout" %}" class="btn btn-xs btn-default">
<i class="fa fa-credit-card"></i> <i class="fa fa-credit-card"></i>
Check out and pay for these items.</a></p> Check out and pay for these items.</a></p>
@ -137,7 +137,7 @@
{% items_purchased as purchased %} {% items_purchased as purchased %}
{% if purchased %} {% if purchased %}
<h5>Paid items</h5> <h5>Paid items</h5>
{% include "registrasion/items_list.html" with items=purchased %} {% include "registrasion/_items_list.html" with items=purchased %}
{% endif %} {% endif %}
<h5>Add/Update items</h5> <h5>Add/Update items</h5>
{% available_categories as categories %} {% available_categories as categories %}