diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 3df89a617..d06b7aba9 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -32,15 +32,22 @@ {% endif %} {% if ingredients %} -
-
-
{% trans 'Ingredients' %}
- - - {% for i in ingredients %} - {{ i.amount }} {{ i.unit }} {{ i.name }}
- {% endfor %} - +
+
+
+
+
{% trans 'Ingredients' %}
+ + {% for i in ingredients %} + + + + + + {% endfor %} +
{{ i.amount.normalize }} {{ i.unit }} {{ i.name }}
+
+