Fix some bugs in mailings with new club tools

This commit is contained in:
2017-10-02 13:16:43 +02:00
parent 4800db3c2c
commit 8146186447
5 changed files with 14 additions and 9 deletions

View File

@ -35,7 +35,7 @@
{% else %}
<td>{% trans %}Unregistered user{% endtrans %}</td>
{% endif %}
<td>{{ subscriber.email }}</td>
<td>{{ subscriber.get_email }}</td>
<td><a href="{{ url('club:mailing_subscription_delete', mailing_subscription_id=subscriber.id) }}">{% trans %}Delete{% endtrans %}</a></td>
</tr>
{% endfor %}