From e15b0850060229be7ea1e221a40e81f3c4d17ee2 Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 26 Feb 2020 20:16:50 +0100 Subject: [PATCH] Add message about options appearing on submit --- app/templates/order.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/order.html b/app/templates/order.html index 0c74e1f..8a684ab 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -91,6 +91,9 @@ {% endif %}
{{ form.submit_button(class='btn btn-primary') }} + {% if not dish %} +
If the chosen dish has options, they will be shown when you press submit, before adding the item to the order.
+ {% endif %}
{% endif %}