diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 6a48b534..f571c1a3 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -60,6 +60,8 @@ {% endif %} + @@ -98,7 +100,7 @@
{% if ingredients %} -
+
@@ -148,12 +150,16 @@ {% if i.note %} - +
+ {{ i.note }} +
{% endif %} @@ -173,7 +179,7 @@ {% endif %} {% if recipe.image %} -
+
{% trans 'Recipe Image' %}
@@ -294,7 +300,8 @@

-
{% trans 'Comments' %}
+
{% trans 'Comments' %} +
{% for c in comments %}