From 77ecebc9c742621fbfbfca860e49b803acb9dbe9 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Sat, 15 Dec 2018 19:04:19 +0100 Subject: [PATCH] fixed "add me" on meal view page --- templates/view_meal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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