diff options
| author | Frédéric Sureau <fred@milka.(none)> | 2011-07-29 17:14:33 +0200 |
|---|---|---|
| committer | Frédéric Sureau <fred@milka.(none)> | 2011-07-29 17:14:33 +0200 |
| commit | e9b9a06779f3c49b8422c267926f2fd45f7e5df7 (patch) | |
| tree | 0deb25a71b355f958000eb4c241308a3f52f5eb4 /budget/templates/home.html | |
| parent | 8dd2091f31305ebf1a33b6203de73c0ca7359c4d (diff) | |
| download | ihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.zip ihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.tar.gz ihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.tar.bz2 | |
Adding bill works
Diffstat (limited to 'budget/templates/home.html')
| -rw-r--r-- | budget/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/budget/templates/home.html b/budget/templates/home.html index 5fcdf90..6fd955a 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -3,7 +3,7 @@ {% block content %} <h2>Welcome on the budget manager</h2> -<form action="{{ url_for('authenticate') }}" method="post" accept-charset="utf-8"> +<form action="{{ url_for('authenticate') }}" method="post" accept-charset="utf-8" style="float:left; width: 50%;"> <h3>Log to an existing project...</h3> {{ auth_form.hidden_tag() }} @@ -13,7 +13,7 @@ <p>{{ auth_form.submit }}</p> </form> -<form action="{{ url_for('create_project') }}" method="post" class="container span-24 add-bill"> +<form action="{{ url_for('create_project') }}" method="post" class="container span-24 add-bill" style="float:right; width: 50%;"> <h3>...or create a new project</h3> {{ project_form.hidden_tag() }} |
