diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 22:03:04 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-18 22:03:04 +0100 |
commit | 681faef4afabfb2ea8ef3403b860678212487684 (patch) | |
tree | 8eb54e8a95e963dd95a1092af89de8a094ccffe4 /src/web | |
parent | Added a template for the password recovery notifications. (diff) | |
download | newspipe-681faef4afabfb2ea8ef3403b860678212487684.tar.gz newspipe-681faef4afabfb2ea8ef3403b860678212487684.tar.bz2 newspipe-681faef4afabfb2ea8ef3403b860678212487684.zip |
Removes unused emails templates.
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/templates/emails/new_account.html | 9 | ||||
-rw-r--r-- | src/web/templates/emails/new_article.html | 1 | ||||
-rw-r--r-- | src/web/templates/emails/new_article.txt | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/web/templates/emails/new_account.html b/src/web/templates/emails/new_account.html deleted file mode 100644 index 5b173e7e..00000000 --- a/src/web/templates/emails/new_account.html +++ /dev/null @@ -1,9 +0,0 @@ -<p>Hello {{ user.firstname }} {{ user.lastname }},</p> - -<p>An account has been created for you. -You can now access the <a href="{{ platform_url }}">JARR 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 diff --git a/src/web/templates/emails/new_article.html b/src/web/templates/emails/new_article.html deleted file mode 100644 index 5a6b7c4a..00000000 --- a/src/web/templates/emails/new_article.html +++ /dev/null @@ -1 +0,0 @@ -{{ article.content | safe }}
\ No newline at end of file diff --git a/src/web/templates/emails/new_article.txt b/src/web/templates/emails/new_article.txt deleted file mode 100644 index 9b800855..00000000 --- a/src/web/templates/emails/new_article.txt +++ /dev/null @@ -1 +0,0 @@ -{{ article.content | striptags }}
\ No newline at end of file |