diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:45:01 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:45:01 +0200 |
commit | 8309199e51a1c9770780e394056db15f882e9e33 (patch) | |
tree | feac2dbbb4beaf2b62c375d5b733402d2affd08a /pyaggr3g470r/templates/emails/new_account.html | |
parent | added new missing module (diff) | |
download | newspipe-8309199e51a1c9770780e394056db15f882e9e33.tar.gz newspipe-8309199e51a1c9770780e394056db15f882e9e33.tar.bz2 newspipe-8309199e51a1c9770780e394056db15f882e9e33.zip |
added templates for emails
Diffstat (limited to 'pyaggr3g470r/templates/emails/new_account.html')
-rw-r--r-- | pyaggr3g470r/templates/emails/new_account.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/emails/new_account.html b/pyaggr3g470r/templates/emails/new_account.html new file mode 100644 index 00000000..f6139507 --- /dev/null +++ b/pyaggr3g470r/templates/emails/new_account.html @@ -0,0 +1,9 @@ +<p>Hello {{ user.firstname }} {{ user.lastname }},</p> + +<p>An account has been created for you. +You can now access the <a href="{{ platform_url }}">pyAggr3g470r platform</a>. +Your login is your e-mail address and your password is:</p> + +<p><b>{{ password }}</b></p> + +<p>Regards,</p>
\ No newline at end of file |