Fix amount
This commit is contained in:
parent
5051d7ff87
commit
a5b2e68272
2 changed files with 7 additions and 2 deletions
|
@ -140,7 +140,12 @@ ingredient: Fruchtbuttermilch
|
|||
----
|
||||
usda_num: 011110906151
|
||||
----
|
||||
amounts:
|
||||
amounts:
|
||||
|
||||
##### flow_amounts #####
|
||||
amount: 1
|
||||
-----
|
||||
unit: l
|
||||
----
|
||||
substitutions:
|
||||
----
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
{%- if sst.usda_num is defined and sst.usda_num != "" -%}
|
||||
{{- ' class=' -}}"usda_{{- sst.usda_num -}}"
|
||||
{%- endif -%}
|
||||
>(alternativ {{ sst.ingredient }})</span></i>
|
||||
>(alternativ {{ amt2.amount }} {{ sst.ingredient }})</span></i>
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
|
|
Loading…
Reference in a new issue