Added startdate and starttime on order page

This commit is contained in:
klaasgoethals 2019-02-15 19:03:35 +01:00
parent 4322f620d7
commit 71e16064d3

View file

@ -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/>