Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -142,7 +142,7 @@
|
|
142 |
{% if discount %}
|
143 |
<div class="order-summary mt-4">
|
144 |
<span>Discount: </span>
|
145 |
-
<span class="total-price"
|
146 |
</div>
|
147 |
{% endif %}
|
148 |
|
|
|
142 |
{% if discount %}
|
143 |
<div class="order-summary mt-4">
|
144 |
<span>Discount: </span>
|
145 |
+
<span class="total-price">${{ discount }}</span>
|
146 |
</div>
|
147 |
{% endif %}
|
148 |
|