Subbu1304 commited on
Commit
5487fa6
·
verified ·
1 Parent(s): b463049

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -143,7 +143,7 @@
143
  <div class="cart-item-actions m">
144
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
145
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
146
- <span style="font-size: 16px; margin-left: 10px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
147
 
148
  </div>
149
  </div>
 
143
  <div class="cart-item-actions m">
144
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
145
  <!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
146
+ <span style="font-size: 16px; margin-left: 20px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
147
 
148
  </div>
149
  </div>