Merge branch 'sam' into development
This commit is contained in:
@@ -293,7 +293,7 @@ def purchase_email(request):
|
||||
return Response({"error": "Related compay has no contact email address"}, status=status.HTTP_406_NOT_ACCEPTABLE)
|
||||
try:
|
||||
# send email to company
|
||||
company_message = render_to_string('purchase_notification.html', {
|
||||
company_message = render_to_string('purchase_notification_v2.html', {
|
||||
'company': company,
|
||||
'user': request.user,
|
||||
'product': product,
|
||||
|
||||
Reference in New Issue
Block a user