Subbu1304 commited on
Commit
e8e2dd8
·
verified ·
1 Parent(s): 1e0de09

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +7 -2
templates/menu.html CHANGED
@@ -654,9 +654,14 @@ form-check-input addon-option{
654
  </button>
655
  </div>
656
  <div class="w-100 text-center">
657
- {% if item.Section__c != 'Apetizer' || item.Section__c !='Customized dish' %}
658
  <h5 class="customisable-text">Customisable</h5>
659
- {% endif %}
 
 
 
 
 
660
  </div>
661
 
662
 
 
654
  </button>
655
  </div>
656
  <div class="w-100 text-center">
657
+ <!-- {% if item.Section__c != 'Apetizer' || item.Section__c !='Customized dish' %}
658
  <h5 class="customisable-text">Customisable</h5>
659
+ {% endif %} -->
660
+
661
+
662
+ {% if item.Section__c != 'Appetizer' && item.Section__c != 'Customized dish' %}
663
+ <h5 class="customisable-text">Customisable</h5>
664
+ {% endif %}
665
  </div>
666
 
667