From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- pyaggr3g470r/templates/emails/new_account.html | 9 --------- pyaggr3g470r/templates/emails/new_account.txt | 11 ----------- pyaggr3g470r/templates/emails/new_article.html | 1 - pyaggr3g470r/templates/emails/new_article.txt | 1 - 4 files changed, 22 deletions(-) delete mode 100644 pyaggr3g470r/templates/emails/new_account.html delete mode 100644 pyaggr3g470r/templates/emails/new_account.txt delete mode 100644 pyaggr3g470r/templates/emails/new_article.html delete mode 100644 pyaggr3g470r/templates/emails/new_article.txt (limited to 'pyaggr3g470r/templates/emails') 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 @@ -

Hello {{ user.firstname }} {{ user.lastname }},

- -

An account has been created for you. -You can now access the pyAggr3g470r platform. -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_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 -- cgit