Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -21
templates/menu.html
CHANGED
@@ -629,27 +629,7 @@ form-check-input addon-option{
|
|
629 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
630 |
</div>
|
631 |
</form>
|
632 |
-
|
633 |
-
<label class="form-label fw-bold">Select a Category:</label>
|
634 |
-
|
635 |
-
<div class="form-check form-check-inline">
|
636 |
-
{% for category in categories %}
|
637 |
-
<!-- Replace the radio input with a button -->
|
638 |
-
<button type="submit" name="category" value="{{ category }}" class="category-btn
|
639 |
-
{% if selected_category == category %}active-btn{% endif %}">
|
640 |
-
{{ category }}
|
641 |
-
</button>
|
642 |
-
{% endfor %}
|
643 |
-
</div>
|
644 |
-
|
645 |
-
<!-- Separate Customized Dish button in a new div to align it properly -->
|
646 |
-
<div class="form-check">
|
647 |
-
<button type="submit" name="category" value="Customized Dish" class="category-btn
|
648 |
-
{% if selected_category == "Customized Dish" %}active-btn{% endif %}">
|
649 |
-
Customized Dish
|
650 |
-
</button>
|
651 |
-
</div>
|
652 |
-
</form> -->
|
653 |
|
654 |
|
655 |
<!-- Show menu items only when Customized Dish is not selected -->
|
|
|
629 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
630 |
</div>
|
631 |
</form>
|
632 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
|
634 |
|
635 |
<!-- Show menu items only when Customized Dish is not selected -->
|