mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
17 lines
932 B
JSON
17 lines
932 B
JSON
[
|
|
{
|
|
"model": "post_office.emailtemplate",
|
|
"fields": {
|
|
"name": "welcome-email",
|
|
"description": "Default welcome email template",
|
|
"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.get_full_name }},\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": "<h1>{{ config.PROJECT_LONG_NAME }}</h1>\r\n\r\nDear {{ user.get_full_name }},\r\n\r\nWelcome to {{ config.PROJECT_LONG_NAME }}. You can sign in <a href='{{ config.DEPLOYMENT_URL }}'>here</a>.\r\n\r\nThanks,\r\n\r\nThe {{ config.PROJECT_SHORT_NAME }} team",
|
|
"language": "",
|
|
"default_template": null
|
|
}
|
|
}
|
|
]
|