Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- 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 %}
|