Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -20
templates/menu.html
CHANGED
@@ -733,7 +733,7 @@ form-check-input addon-option{
|
|
733 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
734 |
</div> -->
|
735 |
<!-- </form> -->
|
736 |
-
|
737 |
<!-- <label class="form-label fw-bold">Select a Category:</label> -->
|
738 |
|
739 |
<div class="form-check form-check-inline category-container">
|
@@ -751,25 +751,8 @@ form-check-input addon-option{
|
|
751 |
Customized Dish
|
752 |
</button>
|
753 |
</div>
|
754 |
-
</form>
|
755 |
-
|
756 |
-
<div class="category-container">
|
757 |
-
{% for category in categories %}
|
758 |
-
<button type="submit" name="category" value="{{ category }}" class="category-btn
|
759 |
-
{% if selected_category == category %}active-btn{% endif %}">
|
760 |
-
<i class="icon {{ category | lower }}"></i> <!-- Example icon class -->
|
761 |
-
{{ category }}
|
762 |
-
</button>
|
763 |
-
{% endfor %}
|
764 |
-
|
765 |
-
<!-- Customized Dish button -->
|
766 |
-
<button type="submit" name="category" value="Customized Dish" class="category-btn
|
767 |
-
{% if selected_category == "Customized Dish" %}active-btn{% endif %}">
|
768 |
-
<i class="icon customized"></i> <!-- Example icon class -->
|
769 |
-
Customized Dish
|
770 |
-
</button>
|
771 |
-
</div>
|
772 |
-
</form>
|
773 |
|
774 |
|
775 |
|
|
|
733 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
734 |
</div> -->
|
735 |
<!-- </form> -->
|
736 |
+
<form method="get" action="/menu" class="text-center mb-4">
|
737 |
<!-- <label class="form-label fw-bold">Select a Category:</label> -->
|
738 |
|
739 |
<div class="form-check form-check-inline category-container">
|
|
|
751 |
Customized Dish
|
752 |
</button>
|
753 |
</div>
|
754 |
+
</form>
|
755 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
756 |
|
757 |
|
758 |
|