mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -05:00
Correct template id for email verification template in the history table.
Correct personalisation name when sending registration message.
This commit is contained in:
@@ -163,7 +163,7 @@ def send_user_email_verification(user_id):
|
||||
'template_version': template.version,
|
||||
'to': user_to_send_to.email_address,
|
||||
'personalisation': {
|
||||
'user_name': user_to_send_to.name,
|
||||
'name': user_to_send_to.name,
|
||||
'url': _create_verification_url(user_to_send_to, secret_code)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user