From 90a2bc4af5df1633a5de5c04c9e8f51443078e7e Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Mon, 25 Sep 2023 20:23:57 +0700 Subject: [PATCH] Fixed: ingredient comment in recipe details --- recipes/templates/recipes/recipe_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/templates/recipes/recipe_detail.html b/recipes/templates/recipes/recipe_detail.html index 8017109..32129a0 100644 --- a/recipes/templates/recipes/recipe_detail.html +++ b/recipes/templates/recipes/recipe_detail.html @@ -58,7 +58,7 @@

{% endif %} - {% if ingredient.weight %} + {% if ingredient.comment %} {{ ingredient.comment }} {% endif %}