update placeholder text in customer_comment textfield

This commit is contained in:
Thomas Steen Rasmussen 2016-11-10 01:59:37 +01:00
parent 0782157de2
commit 6e10d0e427

View file

@ -66,7 +66,7 @@
{% if order.open == None and order.customer_comment or order.open %}
<h3>Comment:</h3>
<input type="text" class="form-control" name="customer_comment" style="width: 100%;" placeholder="If you have any comments for this order please enter them here..." value="{{ order.customer_comment }}" {% if order.open == None %}readonly{% endif %}></p>
<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 %}
{% if not order.open == None %}