Added missing colon

This commit is contained in:
Pcoder 2017-06-29 21:24:52 +02:00 committed by GitHub
parent b649bcd87e
commit 69fde64149

View file

@ -34,7 +34,7 @@
</div>
<div class="col-xs-6 text-right">
<address>
<strong>{% trans "Date"%}</strong><br>
<strong>{% trans "Date"%}:</strong><br>
<span id="order-created_at">{{order.created_at|date:'Y-m-d H:i'}}</span><br><br>
<strong>{% trans "Status:"%}</strong><br>
<strong class="{% if order.status == 'Approved' %}text-success