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() }}