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