ihatemoney/budget
Alexis Metaireau 37be0f4fa1 Theming.
Uses uni-form to style forms and add a macro to ease this.
Of course, the overall thing has to be reworked, but having this in place will
help us to have something easier to change when we will really care about design.

All the form templates can now be defined in templates/forms.html and be called
thansk to {{ forms.name_of_the_form(form) }}.

I've done some styling, but that's really not my thing, feel free to modify it.
2011-07-31 16:33:29 +02:00
..
static Theming. 2011-07-31 16:33:29 +02:00
templates Theming. 2011-07-31 16:33:29 +02:00
__init__.py Split the logic into different python modules: 2011-07-23 18:45:40 +02:00
default_settings.py Invite people after project creation. 2011-07-30 15:47:26 +02:00
forms.py Adding a bill is now working properly 2011-07-31 00:41:28 +02:00
models.py Adding a bill is now working properly 2011-07-31 00:41:28 +02:00
utils.py Adding a bill is now working properly 2011-07-31 00:41:28 +02:00
web.py List the projects in session into the home page. 2011-07-31 00:53:12 +02:00