diff --git a/app/templates/order.html b/app/templates/order.html index 3e4e40d..ef219d5 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -40,7 +40,7 @@ {%- endif %} - {{ item.dish_name }}{% if item.comment %}; {{ item.comment }}{% endif %} {{ item.price | euro }} + {{ item.dish_name }}{% if item.comment %}; {{ item.comment }}{% endif %} {{ item.price | euro }} {% endfor %} @@ -82,7 +82,7 @@ {% if dish.tags %} {{ dish.tags | join(", ") }}{% endif %} --> - {{ dish.price_range() | price_range }} + {{ dish.price_range() | price_range }} {% if dish.description %}
{{ dish.description }}
{% endif %} {% for (choice_type, choice) in dish.choices %}