volunteers: minor UI improvement

This commit is contained in:
Élie Bouttier 2017-11-03 19:52:27 +01:00
parent 52cfdb400b
commit 0854e48c3f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
{% if volunteer.notes %}<span class="glyphicon glyphicon-envelope pull-right" data-toggle="tooltip" data-placement="bottom" title="{% trans "The volunteer made a few remarks to the staff." %}"></span>{% endif %}
</td>
<td>{{ volunteer.email }}</td>
<td>{{ volunteer.phone_number }}</td>
<td><a href="tel:{{ volunteer.phone_number }}">{{ volunteer.phone_number }}</a>{% if volunteer.sms_prefered %} (SMS){% endif %}</td>
<td>
{% for activity in volunteer.activities.all %}
<span class="badge">{{ activity }}</span>