lokesh341 commited on
Commit
e30adb9
·
verified ·
1 Parent(s): 9dbcb20

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -1075,7 +1075,7 @@
1075
  <h6>Description</h6>
1076
  <p>{{ item.Description__c | default('No description available') }}</p>
1077
  <h6>Ingredients Info</h6>
1078
- <p>{{ item.IngredientsInfo__c | default('Not specified') }}</p>
1079
  <h6>Nutritional Info</h6>
1080
  <p>{{ item.NutritionalInfo__c | default('Not available') }}</p>
1081
  <h6>Allergens</h6>
 
1075
  <h6>Description</h6>
1076
  <p>{{ item.Description__c | default('No description available') }}</p>
1077
  <h6>Ingredients Info</h6>
1078
+ <p>{{ item.Ingredientsinfo__c | default('Not specified') }}</p>
1079
  <h6>Nutritional Info</h6>
1080
  <p>{{ item.NutritionalInfo__c | default('Not available') }}</p>
1081
  <h6>Allergens</h6>