Subbu1304 commited on
Commit
98811f7
·
verified ·
1 Parent(s): 89296e9

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -141,7 +141,7 @@
141
 
142
  <!-- Price -->
143
  <div class="cart-item-actions">
144
- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong>
145
  </div>
146
  </div>
147
  {% endfor %}
 
141
 
142
  <!-- Price -->
143
  <div class="cart-item-actions">
144
+ <strong>{{ item_parts[3].strip().replace('Price:', '')| int }}</strong>
145
  </div>
146
  </div>
147
  {% endfor %}