From bd5804fdd6a271fe445e5025e705d5da49dc39f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 8 Nov 2017 12:13:34 +0100 Subject: [PATCH] make volunteers activities badges clickable --- cfp/templates/cfp/staff/volunteer_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfp/templates/cfp/staff/volunteer_list.html b/cfp/templates/cfp/staff/volunteer_list.html index d8d7ddd..55b17c5 100644 --- a/cfp/templates/cfp/staff/volunteer_list.html +++ b/cfp/templates/cfp/staff/volunteer_list.html @@ -50,7 +50,7 @@ {{ volunteer.phone_number }}{% if volunteer.sms_prefered %} (SMS){% endif %} {% for activity in volunteer.activities.all %} - {{ activity }} + {{ activity }} {% endfor %}