|
|
|
@ -395,7 +395,7 @@ class NewsLetterSender(object): |
|
|
|
#content = body_insertion(content, link_site) |
|
|
|
#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) |
|
|
|
unsubscription = render_to_string('newsletter/newsletter_link_unsubscribe.html', context) |
|
|
|
content = body_insertion(content, unsubscription, end=True) |
|
|
|
content = body_insertion(content, unsubscription, end=True) |
|
|
|
|
|
|
|
|
|
|
|
|