make volunteers activities badges clickable

This commit is contained in:
Élie Bouttier 2017-11-08 12:13:34 +01:00
parent 19b4e6629b
commit bd5804fdd6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<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>
<a href="{{ activity.get_filter_url }}"><span class="badge">{{ activity }}</span></a>
{% endfor %}
</td>
</tr>