From 1aa8092ae3fab47e78a02dabb6564aff4a981e04 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 25 Jan 2017 14:34:55 +0100 Subject: Déplacement et renommage des templates des mails --- templates/mail/mail_confirm.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/mail/mail_confirm.txt (limited to 'templates/mail/mail_confirm.txt') diff --git a/templates/mail/mail_confirm.txt b/templates/mail/mail_confirm.txt new file mode 100644 index 0000000..77849a0 --- /dev/null +++ b/templates/mail/mail_confirm.txt @@ -0,0 +1,9 @@ +Vous avez été inscrit sur l'emploi du temps {{ group.timetable.name }} - {{ group.name }} + +Si pour valider l'abonnement, suivez ce lien : {% url "confirm" token %} + +Si vous pensez que vous avez été inscrit par erreur, suivez ce lien : {% url "cancel" token %} + +Vous ne recevrez aucun mail tant que vous n'avez pas validé votre abonnement. + +{% include "mail/mail_footer.txt" %} -- cgit v1.2.1