From 3d695e3d0fa78bb71bcf022b88421ca9c619c203 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 13 Jan 2020 11:51:22 +0100 Subject: [PATCH] added support for ingredients with 0 amout --- cookbook/templates/recipe_view.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index fad33bb5..8750dbf2 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -14,7 +14,8 @@ {% block content %}
-

{{ recipe.name }}

+

{{ recipe.name }}