aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/list_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande1-13/+0
2017-12-15Use token based auth in invitation e-mails (#280)0livd1-1/+1
* 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-08-20Fix misplaced datepicker configuration (#258)0livd1-0/+7
Bootstrap-datepicker is only included in the list_bills template but its configuration was living in the layout template, leading to a javascript error on every page except list_bills. Fixes #256
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+128
* 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.