Update templates/menu.html
Browse files- 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 != ' | 
| 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>
         |