From 91e76c2b45661c79ce8adcec437422a76289140d Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 18 Feb 2020 19:33:52 +0100 Subject: [PATCH] Improve location view --- app/templates/location.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/templates/location.html b/app/templates/location.html index 64b9020..9a9560a 100644 --- a/app/templates/location.html +++ b/app/templates/location.html @@ -26,13 +26,14 @@

Products

- + {% for dish in location.dishes -%} - - + + {%- endfor %}
NamePrice
NameDescriptionPrice
{{ dish.name }}{% if dish.description %} ({{dish.description}}){% endif %}{{ dish.price|euro }} + {{ dish.name or dish.id }}{{ dish.description or "" }}{{ dish.price|euro }}