Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -411,7 +411,7 @@ form-check-input addon-option{
|
|
411 |
</div>
|
412 |
|
413 |
<!-- Category Filter with Custom Radio Buttons -->
|
414 |
-
<form method="get" action="/
|
415 |
<label class="form-label fw-bold">Select a Category:</label>
|
416 |
<div class="form-check form-check-inline">
|
417 |
{% for category in categories %}
|
|
|
411 |
</div>
|
412 |
|
413 |
<!-- Category Filter with Custom Radio Buttons -->
|
414 |
+
<form method="get" action="/Menu_page" class="text-center mb-4">
|
415 |
<label class="form-label fw-bold">Select a Category:</label>
|
416 |
<div class="form-check form-check-inline">
|
417 |
{% for category in categories %}
|