Open maskalev opened 10 months ago
Add floatformat:2 to order.get_total_cost in admin/orders/order/detail.html
floatformat:2
admin/orders/order/detail.html
<tr> <th>Total amount</th> <td>${{ order.get_total_cost }}</td> </tr>
Add
floatformat:2
to order.get_total_cost inadmin/orders/order/detail.html