Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -638,7 +638,7 @@ form-check-input addon-option{
|
|
638 |
|
639 |
<!-- Display text boxes for Customized Dish -->
|
640 |
{% if selected_category == "Customized Dish" %}
|
641 |
-
<div id="custom-dish-form" class="mt-4">
|
642 |
<h3>Create Your Custom Dish</h3>
|
643 |
<form method="POST" action="/customdish/generate_custom_dish">
|
644 |
<div class="mb-3">
|
@@ -651,7 +651,7 @@ form-check-input addon-option{
|
|
651 |
</div>
|
652 |
<button type="submit" class="btn btn-primary">Submit</button>
|
653 |
</form>
|
654 |
-
</div>
|
655 |
{% else %}
|
656 |
<!-- Menu Sections -->
|
657 |
{% for section, items in ordered_menu.items() %}
|
|
|
638 |
|
639 |
<!-- Display text boxes for Customized Dish -->
|
640 |
{% if selected_category == "Customized Dish" %}
|
641 |
+
<!-- <div id="custom-dish-form" class="mt-4">
|
642 |
<h3>Create Your Custom Dish</h3>
|
643 |
<form method="POST" action="/customdish/generate_custom_dish">
|
644 |
<div class="mb-3">
|
|
|
651 |
</div>
|
652 |
<button type="submit" class="btn btn-primary">Submit</button>
|
653 |
</form>
|
654 |
+
</div> -->
|
655 |
{% else %}
|
656 |
<!-- Menu Sections -->
|
657 |
{% for section, items in ordered_menu.items() %}
|