DSatishchandra commited on
Commit
2695c8c
·
verified ·
1 Parent(s): 7e1e8e9

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 != 'Apetizer' and item.Section__c != 'Customized dish' % and item.Section__c != 'Soft Drinks' %}
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' and item.Section__c !='Soft Drinks' %}
661
  <h5 class="customisable-text">Customisable</h5>
662
  {% endif %}
663
  </div>