Spaces:
Runtime error
Runtime error
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -145,7 +145,7 @@
|
|
145 |
</div>
|
146 |
|
147 |
<!-- Price -->
|
148 |
-
<div class="cart-item-actions
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
<span style="font-size: 16px;">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
|
|
145 |
</div>
|
146 |
|
147 |
<!-- Price -->
|
148 |
+
<div class="cart-item-actions">
|
149 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
150 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
151 |
<span style="font-size: 16px;">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|