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