aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/send_invites.html
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02fix: add table layout for sharing optionsBrice Maron1-22/+38
ref #451
2019-08-26Rework invite people to projectBrice Maron1-7/+19
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-8/+6
* 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/+20
* 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.