You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
356 B
8 lines
356 B
{% load i18n %}
|
|
<div id="unsubscription">
|
|
<a name="unsubscription"></a>
|
|
<p>
|
|
{% trans "For unsubscribing to this mailing list," %}
|
|
<a href="{% if uidb36 and token %}http://{{ domain }}{% url 'newsletter_mailinglist_unsubscribe' slug=newsletter.slug uidb36=uidb36 token=token %}{% else %}#{% endif %}">{% trans "click here" %}</a>.
|
|
</p>
|
|
</div>
|
|
|