remotes/origin/stage6
Alexander Burdeinyi 9 years ago
parent 76da82f701
commit 0fcf4755a6
  1. 2
      emencia/django/newsletter/mailer.py

@ -392,7 +392,7 @@ class NewsLetterSender(object):
if self.announce:
# render template by default announce template
# template = get_template('newsletter/announce_template.html')
template = get_template('newsletter/AutomaticEmail.html')
template = get_template('newsletter/AutomaticEmail_v2.html')
context.update(announce_context)
content = template.render(context)
elif self.newsletter.ab_testing == True:

Loading…
Cancel
Save