diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 5a49b8ce..3df89a61 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -38,7 +38,7 @@ {% for i in ingredients %} - {{ i.amount }} {{ i.unit }} {{ i.ingredient.name }}
+ {{ i.amount }} {{ i.unit }} {{ i.name }}
{% endfor %}