diff options
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 b9a2b46..e6d7932 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -20,7 +20,7 @@ <div class="row-fluid home"> <div class="span4 offset2"> <form id="authentication-form" class="form-horizontal" action="{{ url_for(".authenticate") }}" method="post"> - <fieldset> + <fieldset class="form-group"> <legend>{{ _("Log to an existing project") }}...</legend> {{ forms.authenticate(auth_form, home=True) }} </fieldset> @@ -32,7 +32,7 @@ </div> <div class="span4"> <form id="creation-form" class="form-horizontal" action="{{ url_for(".create_project") }}" method="post"> - <fieldset> + <fieldset class="form-group"> <legend>...{{ _("or create a new one") }}</legend> {{ forms.create_project(project_form, home=True) }} </fieldset> |
