From 6c6264ce4de6dea517df0bf01da4540e23ea4497 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 24 Dec 2019 00:09:07 +0100 Subject: [PATCH] testing with chekcboxes --- cookbook/templates/recipe_view.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 4d6bb72d..d32e66ff 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -40,6 +40,7 @@ {% for i in ingredients %} +
{{ i.amount.normalize }} {{ i.unit }} {{ i.name }}