update headline text

This commit is contained in:
Thomas Steen Rasmussen 2016-11-10 02:02:02 +01:00
parent 6e10d0e427
commit 6ca19b6358

View file

@ -65,7 +65,7 @@
</table>
{% if order.open == None and order.customer_comment or order.open %}
<h3>Comment:</h3>
<h3>Shipping Address:</h3>
<input type="text" class="form-control" name="customer_comment" style="width: 100%;" placeholder="Please enter shipping address and comments here..." value="{{ order.customer_comment }}" {% if order.open == None %}readonly{% endif %}></p>
{% endif %}