aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/edit_project.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-19/+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-03-09Add export feature0livd1-1/+5
Bills and transactions can now be exported to json or csv ref #28
2012-09-02Fix project deletion. fix #87Alexis Metaireau1-1/+1
2012-04-05Update to Boostrap v2.Frédéric Sureau1-1/+1
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos1-0/+7
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-1/+1
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
2011-10-08iclude the edit_project templateAlexis Metaireau1-0/+8