diff --git a/templates/view_meal.html b/templates/view_meal.html index deadafe..ba10f73 100644 --- a/templates/view_meal.html +++ b/templates/view_meal.html @@ -49,7 +49,7 @@ {{ eater }} {% endfor %} - {% if not current_user.name in eaters and current_user.name != meal.kuk %} + {% if not current_user.name in meal.eaters and current_user.name != meal.kuk %}
Add me