Add message about options appearing on submit
This commit is contained in:
parent
ccb034ef7f
commit
e15b085006
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="form-group" style="padding-top: 8px;">
|
<div class="form-group" style="padding-top: 8px;">
|
||||||
{{ form.submit_button(class='btn btn-primary') }}
|
{{ 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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue