Removed status from the order page
This commit is contained in:
parent
aca831adac
commit
796fbbe1f8
1 changed files with 1 additions and 6 deletions
|
@ -34,13 +34,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 text-right">
|
<div class="col-xs-6 text-right">
|
||||||
<address>
|
<address>
|
||||||
<strong>{% trans "Billed To:"%}</strong><br>
|
<strong>{% trans "Date"%}:</strong><br>
|
||||||
{{order.created_at}}<br><br>
|
{{order.created_at}}<br><br>
|
||||||
<strong>{% trans "Status:"%}</strong><br>
|
|
||||||
<strong class="{% if order.status == 'Approved' %}text-success
|
|
||||||
{%else%} text-danger
|
|
||||||
{% endif %}">{{order.status}}</strong>
|
|
||||||
<br><br>
|
|
||||||
</address>
|
</address>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue