mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
White space removed
This commit is contained in:
parent
f5b68772cf
commit
3a372fbcb4
@ -118,7 +118,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 file_name, file_field in files:
|
||||
part_attachment = MIMEBase('application', "octet-stream")
|
||||
|
Loading…
Reference in New Issue
Block a user