Changeset - b260667be301
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-14 04:59:37
chrisjrn@gmail.com
oops
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -131,3 +131,3 @@
 
                    <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">
...
 
@@ -139,3 +139,3 @@
 
                  <h5>Paid items</h5>
 
                  {% include "registrasion/items_list.html" with items=purchased %}
 
                  {% include "registrasion/_items_list.html" with items=purchased %}
 
                {% endif %}
0 comments (0 inline, 0 general)