new purchase email templates working

This commit is contained in:
Sam
2021-03-15 12:21:18 +00:00
parent 23b78dd11a
commit 6557207e45
2 changed files with 1044 additions and 1 deletions

View File

@@ -306,7 +306,7 @@ def purchase_email(request):
email.send() email.send()
logging.info(f"Email sent to {company}") logging.info(f"Email sent to {company}")
# send confirmation email to user # send confirmation email to user
user_message = render_to_string('purchase_contact_confirmation.html', { user_message = render_to_string('purchase_contact_confirmation_v2.html', {
'company': company, 'company': company,
'product': product, 'product': product,
'company_message': company_message, 'company_message': company_message,

File diff suppressed because it is too large Load Diff