Changed application accept email formatting to html
This commit is contained in:
@@ -104,7 +104,7 @@ def application_accept(request, *args, **kwargs):
|
||||
"members:email_application_accept.html",
|
||||
{"first_name": application.first_name},
|
||||
)
|
||||
send_email(member.email, subject, message)
|
||||
send_email(member.email, subject, message, True)
|
||||
|
||||
return HttpResponseRedirect(
|
||||
"/members/list?notification={}".format(html.escape(notification))
|
||||
|
||||
Reference in New Issue
Block a user