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 %}
{% if meal.kuk != "" %}
WILL cook for
{% for e in meal.eaters %}
{% endfor %}{% else %}
SHOULD cook for
{% for e in meal.eaters %}
{% endfor %}{% endif %}
{% if meal.kuk != "" %}
WILL{% else %}
SHOULD{% endif%} cook for
{% for e in meal.eaters %}
{% endfor %}