diff --git a/people/fixtures/email_templates.json b/people/fixtures/email_templates.json index 73a4836..ceacc07 100644 --- a/people/fixtures/email_templates.json +++ b/people/fixtures/email_templates.json @@ -7,8 +7,8 @@ "created": "2020-04-27T12:13:30.448Z", "last_updated": "2020-04-27T14:45:27.152Z", "subject": "Welcome to {{config.PROJECT_LONG_NAME}}", - "content": "Dear user,\r\n\r\nWelcome to {{ config.PROJECT_LONG_NAME }}. You can sign in at {{ config.DEPLOYMENT_URL }}.\r\n\r\nThanks,\r\n\r\nThe {{ config.PROJECT_SHORT_NAME }} team", - "html_content": "
Dear user,
Welcome to {{ config.PROJECT_LONG_NAME }}. You can sign in here.
Thanks,
The {{ config.PROJECT_SHORT_NAME }} team
", + "content": "Dear user,\r\n\r\nWelcome to {{ config.PROJECT_LONG_NAME }}. You can set your password at {{ config.DEPLOYMENT_URL }}/password_reset/.\r\n\r\nThanks,\r\n\r\nThe {{ config.PROJECT_SHORT_NAME }} team", + "html_content": "Dear user,
Welcome to {{ config.PROJECT_LONG_NAME }}. You can set your password here.
Thanks,
The {{ config.PROJECT_SHORT_NAME }} team
", "language": "", "default_template": null }