From 342e94a7bff6c0d5832be7591ac91484908be724 Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 13 Oct 2020 02:10:45 +0200 Subject: [PATCH] Remove aligned price in menu and my_items --- app/templates/order.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}