Fixed bug where title was misplaced in subject line.
This commit is contained in:
parent
01139ad361
commit
305ac3980d
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ def send_report_to_admin(request, report_pk, status):
|
|||
message = None
|
||||
if params['reference_number'] == '':
|
||||
message = EmailMultiAlternatives(
|
||||
"[Reimbursinator {}] ({})".format(params['title'], status),
|
||||
"[Reimbursinator] {} ({})".format(params['title'], status),
|
||||
msg_plain,
|
||||
from_email,
|
||||
[to_email],
|
||||
|
|
Loading…
Reference in a new issue