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 %}