Skip to content
Snippets Groups Projects
Unverified Commit 44bde2f9 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Patch IDV emails approved

parent cb097331
Branches
Tags
No related merge requests found
......@@ -1155,7 +1155,7 @@ def results_callback(request):
)
if use_new_templates_for_id_verification_emails():
context = {'user_id': user, 'expiry_date': expiry_date.strftime("%m/%d/%Y")}
context = {'user': user, 'expiry_date': expiry_date.strftime("%m/%d/%Y")}
send_verification_approved_email(context=context)
else:
verification_status_email_vars['expiry_date'] = expiry_date.strftime("%m/%d/%Y")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment