aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/settle_bills.html
AgeCommit message (Collapse)AuthorFilesLines
2020-05-21Replace currencyformat_nc with currency filter (#625)Glandos1-1/+1
2020-05-21Add a unified balance table for all sidebar pages (#618)Glandos1-11/+1
2020-05-10use currency format everywhere (#619)Glandos1-1/+1
This should unify the number formats, along with #618
2018-02-04Remove unused CSS odd/even classesJocelyn Delalande1-1/+1
That was forgotten from fe39258630e55d4a3e1297a01a1c8fd39bad3a4e
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+34
* 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.