diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index afd82acf..c749c40e 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -48,7 +48,7 @@
{% if ingredients %} -
+
@@ -93,8 +93,10 @@ {% endif %} {% if recipe.image %} -
- +
+ {% trans 'Recipe Image' %} +
+
{% endif %}