Update templates/menu.html
Browse files- templates/menu.html +0 -5
templates/menu.html
CHANGED
|
@@ -296,11 +296,6 @@
|
|
| 296 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
| 297 |
</div>
|
| 298 |
</form>
|
| 299 |
-
|
| 300 |
-
<button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#itemModal"
|
| 301 |
-
onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
|
| 302 |
-
Add
|
| 303 |
-
</button>
|
| 304 |
|
| 305 |
|
| 306 |
<!-- Show menu items only when Customized Dish is not selected -->
|
|
|
|
| 296 |
<label class="form-check-label" for="category-CustomizedDish">Customized Dish</label>
|
| 297 |
</div>
|
| 298 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 299 |
|
| 300 |
|
| 301 |
<!-- Show menu items only when Customized Dish is not selected -->
|