Subbu1304 commited on
Commit
e7f9aae
·
verified ·
1 Parent(s): 188e7a1

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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' && item.Section__c != 'Customized dish' %}
661
- <h5 class="customisable-text">Customisable</h5>
662
- {% endif %}
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