1577 removed unsibrcibe old footer

remotes/origin/stage6
Alexander Burdeiny 9 years ago
parent e074c10aeb
commit 41651af5cb
  1. 2
      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)

Loading…
Cancel
Save