remotes/origin/stage6
Alexander Burdeinyi 9 years ago
parent 89ea2e2b36
commit d97a985db2
  1. 2
      emencia/django/newsletter/mailer.py

@ -337,7 +337,7 @@ class NewsLetterSender(object):
if prefix == 'blog':
logo = obj.get_blog_preview2()
if logo:
logo_path = logo.logo_path
logo_path = logo.file_path
else:
logo = getattr(obj, 'logo')
if not logo:

Loading…
Cancel
Save