From f2112ec26d492b4b79b7c567d98f90b27c685bf2 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 29 Feb 2020 20:04:14 +0100 Subject: [PATCH] Restore form field location Ugh, how did that happen --- app/templates/order.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/order.html b/app/templates/order.html index 40732b9..e456ae3 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -53,8 +53,8 @@ {{ util.render_form_field_errors(form.dish_id) }} + {% if dish and dish.choices %} - {% for (choice_type, choice) in dish.choices %}