Rammohan0504 commited on
Commit
007539b
·
verified ·
1 Parent(s): d46fc5c

Update templates/order.html

Browse files
Files changed (1) hide show
  1. 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">-${{ discount }}</span>
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