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

@ -340,7 +340,7 @@ class NewsLetterSender(object):
logo_path = logo.file_path
else:
logo = getattr(obj, 'logo')
if not logo:
if not logo and not logo_path:
logo_path = default_storage.path('newsletter/images/no-logo.png')
else:
logo_path = logo.path

Loading…
Cancel
Save