From 07904d31a75c7a01bb501b40b42de937f683e537 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 2 Dec 2019 00:01:59 +0100 Subject: [PATCH] ingredient styling --- cookbook/templates/recipe_view.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index d06b7aba..4d6bb72d 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -37,12 +37,11 @@
{% trans 'Ingredients' %}
- +
{% for i in ingredients %} - - - + + {% endfor %}
{{ i.amount.normalize }} {{ i.unit }} {{ i.name }}{{ i.amount.normalize }} {{ i.unit }}{{ i.name }}