From 3fbd2ef03261b54d08b616de66c178a06595c04e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 25 Dec 2019 17:09:07 +0100 Subject: [PATCH] image display improvements --- cookbook/templates/recipe_view.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index afd82acf9..c749c40eb 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 %}