lokesh341 commited on
Commit
0682d20
·
verified ·
1 Parent(s): 0888d1f

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -1001,7 +1001,7 @@
1001
  <h6>Description</h6>
1002
  <p>{{ item.Description__c | default('No description available') }}</p>
1003
  <h6>Ingredients Info</h6>
1004
- <p>{{ item.IngredientsInfo__c | default('Not specified') }}</p>
1005
  <h6>Nutritional Info</h6>
1006
  <p>{{ item.NutritionalInfo__c | default('Not available') }}</p>
1007
  <h6>Allergens</h6>
 
1001
  <h6>Description</h6>
1002
  <p>{{ item.Description__c | default('No description available') }}</p>
1003
  <h6>Ingredients Info</h6>
1004
+ <p>{{ item.Ingredientsinfo__c | default('Not specified') }}</p>
1005
  <h6>Nutritional Info</h6>
1006
  <p>{{ item.NutritionalInfo__c | default('Not available') }}</p>
1007
  <h6>Allergens</h6>