diff --git a/shop/templates/order_detail.html b/shop/templates/order_detail.html index 0a223a05..303fb15d 100644 --- a/shop/templates/order_detail.html +++ b/shop/templates/order_detail.html @@ -64,8 +64,10 @@ +{% if order.open == None and order.customer_comment or order.open %}

Comment:

+{% endif %} {% if not order.open == None %} {% bootstrap_button "Update order" button_type="submit" button_class="btn-primary" name="update_order" %}