fixed issue error 500
This commit is contained in:
parent
de64744120
commit
8c7687fe7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue