fixed issue error 500

This commit is contained in:
Levi 2017-06-21 13:32:23 -05:00
parent de64744120
commit 8c7687fe7c

View file

@ -35,7 +35,7 @@
<div class="col-xs-6 text-right">
<address>
<strong>{% trans "Billed To:"%}</strong><br>
<span id="order-created_at">{{order.created_at|date:'Y-m-d H:i}}</span><br><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
{%else%} text-danger