Subbu1304 commited on
Commit
f201590
·
verified ·
1 Parent(s): 434f4e9

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
  <!-- Price -->
143
  <div class="cart-item-actions">
144
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
145
- <strong>{{ item_parts[3].strip().replace('Price:', '') | float | int }}</strong>
146
 
147
  </div>
148
  </div>
 
142
  <!-- Price -->
143
  <div class="cart-item-actions">
144
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
145
+ <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong>
146
 
147
  </div>
148
  </div>