From 3b2e11ab6369dfa853383840dc28915b60c2d062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 5 Jan 2018 22:06:11 +0100 Subject: Include all .j2 files in the packaged version. I've also renamed the templates to *.j2 in order to make things clearer to others. Having extensions with the name of the locale doesn't seem to be a good practice, and would need us to add the locales in the MANIFEST file each time we add one. Fix #305 --- ihatemoney/templates/reminder_mail.en.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ihatemoney/templates/reminder_mail.en.j2 (limited to 'ihatemoney/templates/reminder_mail.en.j2') diff --git a/ihatemoney/templates/reminder_mail.en.j2 b/ihatemoney/templates/reminder_mail.en.j2 new file mode 100644 index 0000000..8784d2a --- /dev/null +++ b/ihatemoney/templates/reminder_mail.en.j2 @@ -0,0 +1,10 @@ +Hi, + +You have just (or someone else using your email address) created the project "{{ g.project.name }}" to share your expenses. + +You can access it here: {{ url_for(".list_bills", _external=True) }} (the identifier is {{ g.project.id }}). +If you want to share this project with your friends, you can share the identifier and the shared password with them or send them invitations with the following link: +{{ url_for(".invite", _external=True) }} + +Enjoy, +Some weird guys (with beards) -- cgit v1.1