forked from extern/django-helpdesk
whitespace removed
This commit is contained in:
parent
97b3444a92
commit
8f751691a4
@ -119,7 +119,7 @@ def send_templated_mail(template_name,
|
|||||||
sender or settings.DEFAULT_FROM_EMAIL,
|
sender or settings.DEFAULT_FROM_EMAIL,
|
||||||
recipients, bcc=bcc)
|
recipients, bcc=bcc)
|
||||||
msg.attach_alternative(html_part, "text/html")
|
msg.attach_alternative(html_part, "text/html")
|
||||||
|
|
||||||
if files:
|
if files:
|
||||||
for filename, filefield in files:
|
for filename, filefield in files:
|
||||||
if six.PY3:
|
if six.PY3:
|
||||||
|
Loading…
Reference in New Issue
Block a user