From 37ee3a16114ab4670b3130a047462227bccbc762 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Sat, 15 Dec 2018 18:56:08 +0100 Subject: [PATCH] Fixed confirmed cook size --- 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..deadafe 100644 --- a/templates/view_meal.html +++ b/templates/view_meal.html @@ -37,7 +37,7 @@

If nobody volunteers,
will cook.

VOLUNTEER
{% else %} - + {{ meal.kuk }}
CONFIRMED
{% endif %}