From 1cbd958327826224635229a07217c395da6fc3d0 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 29 May 2016 12:37:14 +0200 Subject: [PATCH] working on order detail page --- shop/templates/order_detail.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shop/templates/order_detail.html b/shop/templates/order_detail.html index bef2d75b..4aa9f5ef 100644 --- a/shop/templates/order_detail.html +++ b/shop/templates/order_detail.html @@ -66,11 +66,11 @@ {% if not order.open == None %} - {% bootstrap_button "Update order" button_type="submit" button_class="btn-primary" name="update_order" %} +{% endif %}
-

Payment options

+

Payment

{% if not order.paid %}

Your order is currently unpaid. Please pick a payment option below.

If you have already paid but your order is still showing unpaid, @@ -87,6 +87,5 @@ the other payment methods should be more or less instant.

{% else %}

Your order is paid in full.

{% endif %} -{% endif %} {% endblock %}