mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
Allow Templated Subjects.
This commit is contained in:
@ -104,7 +104,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|safe }} %s" % t.subject
|
||||
settings.HELPDESK_EMAIL_SUBJECT_TEMPLATE % t.subject
|
||||
).render(context)
|
||||
|
||||
if isinstance(recipients,(str,unicode)):
|
||||
|
Reference in New Issue
Block a user