From fcf33e9fdb5ee3eb529f57b8aa067251d42d9b51 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Jul 2011 01:31:14 +0200 Subject: [PATCH] Uses blueprint classes rather than floats. --- budget/templates/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/budget/templates/home.html b/budget/templates/home.html index 6fd955a..7d4dc32 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -3,7 +3,7 @@ {% block content %}

Welcome on the budget manager

-
+

Log to an existing project...

{{ auth_form.hidden_tag() }} @@ -13,8 +13,8 @@

{{ auth_form.submit }}

-
-

...or create a new project

+ +

...or create a new one

{{ project_form.hidden_tag() }}