Changed text align left to the date in the order_detail.html both in dcl and hosting

This commit is contained in:
PCoder 2017-07-17 02:57:24 +05:30
parent 9bb4742607
commit 3f6250862b
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
</div>
<hr>
<div class="row">
<div class="col-xs-12 col-sm-6 pull-right text-right">
<div class="col-xs-12 col-sm-6 pull-right text-left">
<address>
<strong>{% trans "Date"%}:</strong><br>
<span id="order-created_at">{% now "Y-m-d H:i" %}</span><br><br>

View file

@ -24,7 +24,7 @@
</div>
<hr>
<div class="row">
<div class="col-xs-12 col-md-6 pull-right text-right">
<div class="col-xs-12 col-md-6 pull-right text-left">
<address>
<strong>{% trans "Date"%}:</strong><br>
<span id="order-created_at">{{order.created_at|date:'Y-m-d H:i'}}</span><br><br>