- {% if not order.paid %}
-
+
+
Details for Order #{{ order.id }}
+
+
+ {% if not order.paid %}
+
- {% if not order.paid %}
-
-
-
Terms and Payment Options
-
-
-
-
* Please consider the alternatives before choosing credit card. Credit cards are expensive and difficult for us to handle. Thank you!
-
-
- {% endif %}
+ {% if order.paid %}
+
+ {% endif %}
+{% endif %}
+
{% endblock %}
diff --git a/src/profiles/templates/tickets/ticket_detail.html b/src/profiles/templates/tickets/ticket_detail.html
index 3452e45a..16d24de7 100644
--- a/src/profiles/templates/tickets/ticket_detail.html
+++ b/src/profiles/templates/tickets/ticket_detail.html
@@ -15,7 +15,7 @@
{% csrf_token %}
{% bootstrap_field form.name %}
{% bootstrap_field form.email %}
-