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 %}
|
||||
telephone: <a href="tel://{{ order.location.telephone }}">{{ order.location.telephone }}</a><br/>
|
||||
{% endif %}
|
||||
start: {{ order.starttime.strftime("%d/%m/%Y %H:%M") }}<br>
|
||||
{% if order.stoptime %}
|
||||
closing time: {{ order.stoptime.strftime("%H:%M") }} (<span class="time">{{ order.stoptime|countdown }}</span>)
|
||||
{% else %}open{% endif %}<br/>
|
||||
|
|
Loading…
Reference in a new issue