mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
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,
|
||||
recipients, bcc=bcc)
|
||||
msg.attach_alternative(html_part, "text/html")
|
||||
|
||||
|
||||
if files:
|
||||
for filename, filefield in files:
|
||||
if six.PY3:
|
||||
|
Loading…
Reference in New Issue
Block a user