diff --git a/app/templates/order.html b/app/templates/order.html index 43cfd1d..6637b1c 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -25,6 +25,7 @@ {% if order.location.telephone != None %} telephone: {{ order.location.telephone }}
{% endif %} + start: {{ order.starttime.strftime("%d/%m/%Y %H:%M") }}
{% if order.stoptime %} closing time: {{ order.stoptime.strftime("%H:%M") }} ({{ order.stoptime|countdown }}) {% else %}open{% endif %}