Spaces:
Sleeping
Sleeping
Update templates/order.html (#11)
Browse files- Update templates/order.html (f4a68af62e49799ab9ceaa95bd1a7071678227a2)
Co-authored-by: v l s r subrahmanyam <[email protected]>
- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -148,7 +148,7 @@
|
|
148 |
<div class="cart-item-actions m">
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
-
<span style="font-size: 16px; margin-right:
|
152 |
|
153 |
</div>
|
154 |
</div>
|
|
|
148 |
<div class="cart-item-actions m">
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
+
<span style="font-size: 16px; margin-right: 13px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
152 |
|
153 |
</div>
|
154 |
</div>
|