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/password_reminder.en | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ihatemoney/templates/password_reminder.en (limited to 'ihatemoney/templates/password_reminder.en') diff --git a/ihatemoney/templates/password_reminder.en b/ihatemoney/templates/password_reminder.en deleted file mode 100644 index bc7e609..0000000 --- a/ihatemoney/templates/password_reminder.en +++ /dev/null @@ -1,8 +0,0 @@ -Hi, - -You requested to reset the password of the following project: "{{ project.name }}". -You can reset it here: {{ url_for(".reset_password", _external=True, token=project.generate_token(expiration=3600)) }}. -This link is only valid for 1 hour. - -Hope this helps, -Some weird guys (with beards) -- cgit v1.1