diff --git a/website/orders/templates/orders/order_admin_list.html b/website/orders/templates/orders/order_admin_list.html index 9057d3cf..82f9dc51 100644 --- a/website/orders/templates/orders/order_admin_list.html +++ b/website/orders/templates/orders/order_admin_list.html @@ -37,9 +37,9 @@
  • -

    <% index + 1 %>.

    -

    <% order.product.name %> (€<% (Math.round(order.order_price * 100) / - 100).toFixed(2) %>)

    +

    ${ index + 1 }$.

    +

    ${ order.product.name }$ (€${ (Math.round(order.order_price * 100) / + 100).toFixed(2) }$)

    @@ -64,7 +64,7 @@ {% include 'orders/order_admin_order.html' %}
  • -
    No finished orders yet... @@ -76,8 +76,8 @@

    Orders to make