From 6101b6c570a2ed187f612b00df0b44a732647162 Mon Sep 17 00:00:00 2001 From: Dan Clark Date: Wed, 31 Jan 2024 19:25:20 +0000 Subject: [PATCH] Fix bug where users couldn't remove themselves from full tasks --- volunteers/templates/volunteers/tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volunteers/templates/volunteers/tasks.html b/volunteers/templates/volunteers/tasks.html index a8d6e74..2c79572 100644 --- a/volunteers/templates/volunteers/tasks.html +++ b/volunteers/templates/volunteers/tasks.html @@ -123,7 +123,7 @@ {% for task in category_tasks %} - + {% if attending|get_item:task.id == True %}