Subbu1304 commited on
Commit
b06f237
·
verified ·
1 Parent(s): c1cd439

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -2
templates/menu.html CHANGED
@@ -612,6 +612,8 @@ form-check-input addon-option{
612
  </div>
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>
@@ -623,11 +625,11 @@ form-check-input addon-option{
623
  {% endfor %}
624
  </div>
625
  <!-- Separate Customized Dish radio button in a new div to align it properly -->
626
- <div class="form-check">
627
  <input type="radio" id="category-CustomizedDish" name="category" value="Customized Dish" class="custom-radio"
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
 
 
612
  </div>
613
  </div>
614
 
615
+
616
+
617
  <!-- Category Filter with Custom Radio Buttons -->
618
  <!-- <form method="get" action="/menu" class="text-center mb-4">
619
  <label class="form-label fw-bold">Select a Category:</label>
 
625
  {% endfor %}
626
  </div>
627
  <!-- Separate Customized Dish radio button in a new div to align it properly -->
628
+ <!-- <div class="form-check">
629
  <input type="radio" id="category-CustomizedDish" name="category" value="Customized Dish" class="custom-radio"
630
  {% if selected_category == "Customized Dish" %}checked{% endif %} onchange="this.form.submit()">
631
  <label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
632
+ </div> -->
633
  </form> -->
634
 
635