diff --git a/templates/meal_list.html b/templates/meal_list.html index 8b98d80..4a4db4f 100644 --- a/templates/meal_list.html +++ b/templates/meal_list.html @@ -40,8 +40,8 @@ {% 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}} +

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

+ {% if meal.selection_deadline != 'Deadline passed' %}Confirmed in {% endif %}{{meal.selection_deadline}}
{% endfor%}