new purchase email templates working
This commit is contained in:
@@ -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
Reference in New Issue
Block a user