diff --git a/templates/view_meal.html b/templates/view_meal.html index b86b76e..b574c8b 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