diff --git a/emencia/django/newsletter/mailer.py b/emencia/django/newsletter/mailer.py index e463855a..3b123a18 100644 --- a/emencia/django/newsletter/mailer.py +++ b/emencia/django/newsletter/mailer.py @@ -395,7 +395,7 @@ class NewsLetterSender(object): #content = body_insertion(content, link_site) - if INCLUDE_UNSUBSCRIPTION: + if INCLUDE_UNSUBSCRIPTION and not self.announce: unsubscription = render_to_string('newsletter/newsletter_link_unsubscribe.html', context) content = body_insertion(content, unsubscription, end=True)