Update templates/menu.html
Browse files- templates/menu.html +4 -4
templates/menu.html
CHANGED
|
@@ -307,6 +307,10 @@
|
|
| 307 |
</div>
|
| 308 |
</form>
|
| 309 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 310 |
<!-- Display text boxes for Customized Dish -->
|
| 311 |
{% if selected_category == "Customized Dish" %}
|
| 312 |
<div id="custom-dish-form" class="mt-4">
|
|
@@ -325,10 +329,6 @@
|
|
| 325 |
</div>
|
| 326 |
{% else %}
|
| 327 |
|
| 328 |
-
<!-- Show menu items only when Customized Dish is not selected -->
|
| 329 |
-
<div class="container mt-4">
|
| 330 |
-
<h1 class="text-center">Menu</h1>
|
| 331 |
-
|
| 332 |
<!-- Menu Sections -->
|
| 333 |
{% for section, items in ordered_menu.items() %}
|
| 334 |
<h3>{{ section }}</h3>
|
|
|
|
| 307 |
</div>
|
| 308 |
</form>
|
| 309 |
|
| 310 |
+
<!-- Show menu items only when Customized Dish is not selected -->
|
| 311 |
+
<div class="container mt-4">
|
| 312 |
+
<h1 class="text-center">Menu</h1>
|
| 313 |
+
|
| 314 |
<!-- Display text boxes for Customized Dish -->
|
| 315 |
{% if selected_category == "Customized Dish" %}
|
| 316 |
<div id="custom-dish-form" class="mt-4">
|
|
|
|
| 329 |
</div>
|
| 330 |
{% else %}
|
| 331 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 332 |
<!-- Menu Sections -->
|
| 333 |
{% for section, items in ordered_menu.items() %}
|
| 334 |
<h3>{{ section }}</h3>
|