aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/mail_plain.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/mail_plain.mako')
-rw-r--r--jm2l/templates/mail_plain.mako15
1 files changed, 15 insertions, 0 deletions
diff --git a/jm2l/templates/mail_plain.mako b/jm2l/templates/mail_plain.mako
new file mode 100644
index 0000000..7ab174b
--- /dev/null
+++ b/jm2l/templates/mail_plain.mako
@@ -0,0 +1,15 @@
+## -*- coding: utf-8 -*-
+<%def name="Bienvenue(User)">
+
+Bonjour ${User.prenom}.
+
+Vous venez de valider votre inscription sur le site des JM2L.
+
+Voici votre le lien pour vous connecter à votre profil:
+http://jm2l.style-python.fr/sign/jm2l/${User.my_hash}
+
+Toute l'équipe vous souhaite une très agréable visite !
+</%def> \
+% if action=='Welcome':
+${self.Bienvenue(User)}
+% endif \ No newline at end of file