diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index d06b7aba..4d6bb72d 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -37,12 +37,11 @@
{% trans 'Ingredients' %}
- +
{% for i in ingredients %} - - - + + {% endfor %}
{{ i.amount.normalize }} {{ i.unit }} {{ i.name }}{{ i.amount.normalize }} {{ i.unit }}{{ i.name }}