Subbu1304 commited on
Commit
e617f01
·
verified ·
1 Parent(s): a795b47

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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
- <!-- <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,25 +751,8 @@ form-check-input addon-option{
751
  Customized Dish
752
  </button>
753
  </div>
754
- </form> -->
755
- <form method="get" action="/menu" class="text-center mb-4">
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