volunteers: other minor UI improvement

This commit is contained in:
Élie Bouttier 2017-11-03 19:53:17 +01:00
parent 0854e48c3f
commit 9c53dd6878
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<a href="{% url 'volunteer-details' volunteer.pk %}">{{ volunteer.name }}</a>
{% 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><a href="mailto:{{ volunteer.email }}">{{ volunteer.email }}</a></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 %}