From 0854e48c3f7c1b97b3f5003d79f36849833914fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Fri, 3 Nov 2017 19:52:27 +0100 Subject: [PATCH] volunteers: minor UI improvement --- 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 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 }}