Subbu1304 commited on
Commit
7d48ea3
·
verified ·
1 Parent(s): e7f9aae

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -657,7 +657,7 @@ form-check-input addon-option{
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>
 
657
 
658
 
659
 
660
+ {% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' %}
661
  <h5 class="customisable-text">Customisable</h5>
662
  {% endif %}
663
  </div>