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