From 59b6785121751ca25f25a63a7a7d872487129a27 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Fri, 30 Nov 2018 22:42:05 +0100 Subject: [PATCH] Fixed some visuals --- templates/meal_list.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/meal_list.html b/templates/meal_list.html index 7f64720..fbf3efd 100644 --- a/templates/meal_list.html +++ b/templates/meal_list.html @@ -38,10 +38,9 @@ {% if loop.index != 1 and (meal.meal_date != meals[loop.index - 2].meal_date) %}

{{meal.meal_date}}

{% endif %} -
-
-

{% if meal.kuk != "" %}    WILL cook for
{% for e in meal.eaters %}  {% endfor %}{% else %}    SHOULD cook for
{% for e in meal.eaters %}  {% endfor %}{% endif %}

-
+
+ {{meal.meal_time}} +

{% if meal.kuk != "" %}    WILL cook for
{% for e in meal.eaters %}  {% endfor %}{% else %}    SHOULD cook for
{% for e in meal.eaters %}  {% endfor %}{% endif %}

Confirmed in {{meal.selection_deadline}}
{% endfor%}