aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/display_errors.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-5/+0
* 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.
2017-02-04Adapt to bootstrap 4 formsJocelyn Delalande1-1/+1
- Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers
2011-08-05Error display changed.Frédéric Sureau1-3/+3
2011-07-30Invite people after project creation.Alexis Metaireau1-0/+5
Uses the flask-mail extension.