aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/forms.html
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03feat: Optional field 'external link' in bill form.Leo Mouyna1-1/+2
An optional field has been added to the bill form to add a link to a real bill. A new action button allow user to see this bill. Breaking change with Bill model update for database, a migration is needed. See issue #429.
2019-08-26Rework invite people to projectBrice Maron1-7/+6
2019-07-25Improve usability specially for small screenBrice Maron1-4/+6
- add buttons class to fix alignments - add responsive info to big tables - use visibility instead of display to avoid jumping rows - reorganize menu in responsive
2018-09-03Fix form error on already existing participant. (#370)Alexis Metaireau1-0/+1
Fixes #350
2018-09-03Sort members alphabetically in the new bill form. (#374)Alexis Metaireau1-1/+1
Fixes #333
2018-09-03Simplify a JS function. (#371)Alexis Metaireau1-1/+1
2017-10-26Use token based auth to reset passwords (#269)0livd1-1/+9
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+168
* 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.