mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-09 23:07:38 +02:00
Issue #121: Formatting fix for e-mail subject. Thanks to Andreas Kotowicz for
the report.
This commit is contained in:
2
lib.py
2
lib.py
@ -90,7 +90,7 @@ def send_templated_mail(template_name, email_context, recipients, sender=None, b
|
||||
).render(context)
|
||||
|
||||
subject_part = loader.get_template_from_string(
|
||||
"{{ ticket.ticket }} {{ ticket.title }} %s" % t.subject
|
||||
"{{ ticket.ticket }} {{ ticket.title|safe }} %s" % t.subject
|
||||
).render(context)
|
||||
|
||||
if type(recipients) != list:
|
||||
|
Reference in New Issue
Block a user