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 %}