Send HTML confirmation emails.

Also tidy up the PDF and some of the source.
This commit is contained in:
Tom Price
2017-05-09 18:43:27 +01:00
parent f57ac3acb1
commit 1710c3f01f
5 changed files with 40 additions and 8 deletions

View File

@@ -341,7 +341,6 @@ class EventAuthorisationRequest(generic.FormView, generic.detail.SingleObjectMix
external_styles=css).transform()
msg.attach_alternative(html, 'text/html')
msg.send()
return super(EventAuthorisationRequest, self).form_valid(form)