Add message about options appearing on submit

This commit is contained in:
Midgard 2020-02-26 20:16:50 +01:00
parent ccb034ef7f
commit e15b085006
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -91,6 +91,9 @@
{% endif %}
<div class="form-group" style="padding-top: 8px;">
{{ form.submit_button(class='btn btn-primary') }}
{% if not dish %}
<div id="submit-reveals-options-msg">If the chosen dish has options, they will be shown when you press submit, before adding the item to the order.</div>
{% endif %}
</div>
</form>
{% endif %}