Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -661,7 +661,7 @@ form-check-input addon-option{
|
|
661 |
|
662 |
<!-- Display text boxes for Customized Dish -->
|
663 |
{% if selected_category == "Customized Dish" %}
|
664 |
-
|
665 |
<h3>Create Your Custom Dish</h3>
|
666 |
<form method="POST" action="/customdish/generate_custom_dish">
|
667 |
<div class="mb-3">
|
@@ -674,7 +674,7 @@ form-check-input addon-option{
|
|
674 |
</div>
|
675 |
<button type="submit" class="btn btn-primary">Submit</button>
|
676 |
</form>
|
677 |
-
</div>
|
678 |
{% else %}
|
679 |
<!-- Menu Sections -->
|
680 |
{% for section, items in ordered_menu.items() %}
|
|
|
661 |
|
662 |
<!-- Display text boxes for Customized Dish -->
|
663 |
{% if selected_category == "Customized Dish" %}
|
664 |
+
<div id="custom-dish-form" class="mt-4">
|
665 |
<h3>Create Your Custom Dish</h3>
|
666 |
<form method="POST" action="/customdish/generate_custom_dish">
|
667 |
<div class="mb-3">
|
|
|
674 |
</div>
|
675 |
<button type="submit" class="btn btn-primary">Submit</button>
|
676 |
</form>
|
677 |
+
</div>
|
678 |
{% else %}
|
679 |
<!-- Menu Sections -->
|
680 |
{% for section, items in ordered_menu.items() %}
|