Spaces:
Runtime error
Runtime error
Update templates/order.html
#11
by
Subbu1304
- opened
- 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>
|