Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -151,7 +151,7 @@
|
|
151 |
{% if order %}
|
152 |
<div class="order-summary mt-4">
|
153 |
<span>Total: </span>
|
154 |
-
<span class="total-price">${{
|
155 |
</div>
|
156 |
{% endif %}
|
157 |
|
|
|
151 |
{% if order %}
|
152 |
<div class="order-summary mt-4">
|
153 |
<span>Total: </span>
|
154 |
+
<span class="total-price">${{ final_total }}</span>
|
155 |
</div>
|
156 |
{% endif %}
|
157 |
|