Spaces:
Runtime error
Runtime error
Update templates/order_history.html
Browse files
templates/order_history.html
CHANGED
|
@@ -169,11 +169,9 @@
|
|
| 169 |
<p>Total: ₹{{ order.Total_Bill__c }}</p>
|
| 170 |
</div>
|
| 171 |
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
<p>{{ order.order_status }}</p> <!-- Display order status -->
|
| 176 |
-
</div>
|
| 177 |
|
| 178 |
</div>
|
| 179 |
{% endfor %}
|
|
|
|
| 169 |
<p>Total: ₹{{ order.Total_Bill__c }}</p>
|
| 170 |
</div>
|
| 171 |
|
| 172 |
+
<div class="order-status">
|
| 173 |
+
<p>Status: {{ order.order_status }}</p> <!-- Display order status -->
|
| 174 |
+
</div>
|
|
|
|
|
|
|
| 175 |
|
| 176 |
</div>
|
| 177 |
{% endfor %}
|