aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/emails
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
commitb2618e9404b84cc62d4becb02436233a0d53b375 (patch)
treea31f2dc76d23967fa0243374cf475923a4b7e451 /pyaggr3g470r/templates/emails
parentUpdated default platform URL (for Heroku...). (diff)
downloadnewspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.gz
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.bz2
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.zip
Rfactorization. Just a start...
Diffstat (limited to 'pyaggr3g470r/templates/emails')
-rw-r--r--pyaggr3g470r/templates/emails/new_account.html9
-rw-r--r--pyaggr3g470r/templates/emails/new_account.txt11
-rw-r--r--pyaggr3g470r/templates/emails/new_article.html1
-rw-r--r--pyaggr3g470r/templates/emails/new_article.txt1
4 files changed, 0 insertions, 22 deletions
diff --git a/pyaggr3g470r/templates/emails/new_account.html b/pyaggr3g470r/templates/emails/new_account.html
deleted file mode 100644
index f6139507..00000000
--- a/pyaggr3g470r/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 }}">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
diff --git a/pyaggr3g470r/templates/emails/new_account.txt b/pyaggr3g470r/templates/emails/new_account.txt
deleted file mode 100644
index 6397f502..00000000
--- a/pyaggr3g470r/templates/emails/new_account.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Hello {{ user.firstname }} {{ user.lastname }},
-
-An account has been created for you.
-You can now access the pyAggr3g470r platform ({{ platform_url }}).
-Your login is your e-mail address and your password is:
-
----
-{{ password }}
----
-
-Regards, \ No newline at end of file
diff --git a/pyaggr3g470r/templates/emails/new_article.html b/pyaggr3g470r/templates/emails/new_article.html
deleted file mode 100644
index 5a6b7c4a..00000000
--- a/pyaggr3g470r/templates/emails/new_article.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ article.content | safe }} \ No newline at end of file
diff --git a/pyaggr3g470r/templates/emails/new_article.txt b/pyaggr3g470r/templates/emails/new_article.txt
deleted file mode 100644
index 9b800855..00000000
--- a/pyaggr3g470r/templates/emails/new_article.txt
+++ /dev/null
@@ -1 +0,0 @@
-{{ article.content | striptags }} \ No newline at end of file
bgstack15