whitespace removed

This commit is contained in:
Pawel M 2016-12-16 10:38:15 +01:00
parent 97b3444a92
commit 8f751691a4

View File

@ -119,7 +119,7 @@ def send_templated_mail(template_name,
sender or settings.DEFAULT_FROM_EMAIL,
recipients, bcc=bcc)
msg.attach_alternative(html_part, "text/html")
if files:
for filename, filefield in files:
if six.PY3: