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 %}
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 %}