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 @@
Name | Price | |||||
---|---|---|---|---|---|---|
Name | Description | Price | ||||
{{ dish.name }}{% if dish.description %} ({{dish.description}}){% endif %} | -{{ dish.price|euro }} | + | {{ dish.name or dish.id }} | +{{ dish.description or "" }} | +{{ dish.price|euro }} |