diff --git a/src/humulus/templates/recipes/info.html b/src/humulus/templates/recipes/info.html index 2046416..b6a5d44 100644 --- a/src/humulus/templates/recipes/info.html +++ b/src/humulus/templates/recipes/info.html @@ -100,7 +100,7 @@ {#- Yeast -#} -{% if yeast in recipe %} +{% if 'yeast' in recipe %}