mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
17 lines
618 B
JSON
17 lines
618 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 {{settings.PROJECT_LONG_NAME}}",
|
|
"content": "{% include 'account/email/email_account_creation_message.txt' %}",
|
|
"html_content": "{% include 'account/email/email_account_creation_message.html' %}",
|
|
"language": "",
|
|
"default_template": null
|
|
}
|
|
}
|
|
]
|