aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/invitation_mail.fr
AgeCommit message (Collapse)AuthorFilesLines
2018-01-05Include all .j2 files in the packaged version.Alexis Métaireau1-11/+0
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
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-1/+3
* Use token based auth in invitation e-mails Invitation e-mails no longer contain the clear text project password * Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+9
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.