Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -0
templates/menu.html
CHANGED
@@ -654,7 +654,9 @@ form-check-input addon-option{
|
|
654 |
</button>
|
655 |
</div>
|
656 |
<div class="w-100 text-center">
|
|
|
657 |
<h5 class="customisable-text">Customisable</h5>
|
|
|
658 |
</div>
|
659 |
|
660 |
|
|
|
654 |
</button>
|
655 |
</div>
|
656 |
<div class="w-100 text-center">
|
657 |
+
{% if item.Section__c != 'Appetizer' %}
|
658 |
<h5 class="customisable-text">Customisable</h5>
|
659 |
+
{% endif %}
|
660 |
</div>
|
661 |
|
662 |
|