Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -613,7 +613,7 @@ form-check-input addon-option{
|
|
613 |
</div>
|
614 |
|
615 |
<!-- Category Filter with Custom Radio Buttons -->
|
616 |
-
<form method="get" action="/menu" class="text-center mb-4">
|
617 |
<label class="form-label fw-bold">Select a Category:</label>
|
618 |
<div class="form-check form-check-inline">
|
619 |
{% for category in categories %}
|
@@ -628,7 +628,7 @@ form-check-input addon-option{
|
|
628 |
{% if selected_category == "Customized Dish" %}checked{% endif %} onchange="this.form.submit()">
|
629 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
630 |
</div>
|
631 |
-
</form>
|
632 |
|
633 |
|
634 |
|
|
|
613 |
</div>
|
614 |
|
615 |
<!-- Category Filter with Custom Radio Buttons -->
|
616 |
+
<!-- <form method="get" action="/menu" class="text-center mb-4">
|
617 |
<label class="form-label fw-bold">Select a Category:</label>
|
618 |
<div class="form-check form-check-inline">
|
619 |
{% for category in categories %}
|
|
|
628 |
{% if selected_category == "Customized Dish" %}checked{% endif %} onchange="this.form.submit()">
|
629 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
630 |
</div>
|
631 |
+
</form> -->
|
632 |
|
633 |
|
634 |
|