a few more changes to the shop order detail page related to 2017 merch batch 2 sale
This commit is contained in:
parent
ead22bc0a7
commit
adbf1f4280
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
{% if not order.open == None %}
|
{% if not order.open == None %}
|
||||||
<h4>Comment:</h4>
|
<h4>Comment:</h4>
|
||||||
<input type="text" class="form-control" name="customer_comment" style="width: 100%;" placeholder="Please enter any comments here..." value="{{ order.customer_comment }}"></p>
|
<input type="text" class="form-control" name="customer_comment" style="width: 100%;" placeholder="Please enter any comments or shipping address here..." value="{{ order.customer_comment }}"></p>
|
||||||
{% elif order.open == None and order.comment %}
|
{% elif order.open == None and order.comment %}
|
||||||
<div class="alert alert-info">{{ order.comment }}</div>
|
<div class="alert alert-info">{{ order.comment }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
<form method="POST" class="form-inline">
|
<form method="POST" class="form-inline">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="checkbox" style="margin-top: -10px;">
|
<div class="checkbox" style="margin-top: -10px;">
|
||||||
<label><input type="checkbox" name="accept_terms"> I accept the <a href="{% url 'general-terms' %}">general terms & conditions</a>. I understand that merchandise will be available for pickup at the venue during BornHack 2017. Finally I accept to adhere to our <a href="{% url 'conduct' %}">Code of Conduct</a> during events as well as in BornHack online channels.</label>
|
<label><input type="checkbox" name="accept_terms"> I accept the <a href="{% url 'general-terms' %}">general terms & conditions</a>. Finally I accept to adhere to our <a href="{% url 'conduct' %}">Code of Conduct</a> during events as well as in BornHack online channels.</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group btn-group-justified">
|
<div class="btn-group btn-group-justified">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
|
|
Loading…
Reference in a new issue