Added startdate and starttime on order page
This commit is contained in:
parent
4322f620d7
commit
71e16064d3
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
{% if order.location.telephone != None %}
|
{% if order.location.telephone != None %}
|
||||||
telephone: <a href="tel://{{ order.location.telephone }}">{{ order.location.telephone }}</a><br/>
|
telephone: <a href="tel://{{ order.location.telephone }}">{{ order.location.telephone }}</a><br/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
start: {{ order.starttime.strftime("%d/%m/%Y %H:%M") }}<br>
|
||||||
{% if order.stoptime %}
|
{% if order.stoptime %}
|
||||||
closing time: {{ order.stoptime.strftime("%H:%M") }} (<span class="time">{{ order.stoptime|countdown }}</span>)
|
closing time: {{ order.stoptime.strftime("%H:%M") }} (<span class="time">{{ order.stoptime|countdown }}</span>)
|
||||||
{% else %}open{% endif %}<br/>
|
{% else %}open{% endif %}<br/>
|
||||||
|
|
Loading…
Reference in a new issue