From b47a0197e246a3a4645b04ee3643d035348badfb Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 31 Mar 2020 01:10:30 +0200 Subject: [PATCH] imroved recipe printing and view --- cookbook/templates/recipe_view.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 6a48b534c..f571c1a3f 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 %}