new purchase email templates working
This commit is contained in:
@@ -306,7 +306,7 @@ def purchase_email(request):
|
||||
email.send()
|
||||
logging.info(f"Email sent to {company}")
|
||||
# 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,
|
||||
'product': product,
|
||||
'company_message': company_message,
|
||||
|
||||
Reference in New Issue
Block a user