Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +0 -5
templates/menu.html
CHANGED
@@ -507,11 +507,6 @@ input:checked + .slider:before {
|
|
507 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
508 |
</div>
|
509 |
</form>
|
510 |
-
|
511 |
-
|
512 |
-
<!-- Show menu items only when Customized Dish is not selected -->
|
513 |
-
<div class="container mt-4">
|
514 |
-
<h1 class="text-center">Menu</h1>
|
515 |
|
516 |
<!-- Display text boxes for Customized Dish -->
|
517 |
{% if selected_category == "Customized Dish" %}
|
|
|
507 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
508 |
</div>
|
509 |
</form>
|
|
|
|
|
|
|
|
|
|
|
510 |
|
511 |
<!-- Display text boxes for Customized Dish -->
|
512 |
{% if selected_category == "Customized Dish" %}
|