Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -657,9 +657,9 @@ form-check-input addon-option{
|
|
657 |
|
658 |
|
659 |
|
660 |
-
{% if item.Section__c != 'Appetizer'
|
661 |
-
|
662 |
-
|
663 |
</div>
|
664 |
|
665 |
|
|
|
657 |
|
658 |
|
659 |
|
660 |
+
{% if item.Section__c != 'Appetizer' and item.Section__c != 'Customized dish' %}
|
661 |
+
<h5 class="customisable-text">Customisable</h5>
|
662 |
+
{% endif %}
|
663 |
</div>
|
664 |
|
665 |
|