diff --git a/cfp/templates/cfp/staff/volunteer_list.html b/cfp/templates/cfp/staff/volunteer_list.html index f003d5c..a79c28e 100644 --- a/cfp/templates/cfp/staff/volunteer_list.html +++ b/cfp/templates/cfp/staff/volunteer_list.html @@ -47,7 +47,7 @@ {% if volunteer.notes %}{% endif %} {{ volunteer.email }} - {{ volunteer.phone_number }} + {{ volunteer.phone_number }}{% if volunteer.sms_prefered %} (SMS){% endif %} {% for activity in volunteer.activities.all %} {{ activity }}