Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- 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.
|
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>
|