diff options
Diffstat (limited to 'budget/templates/authenticate.html')
| -rw-r--r-- | budget/templates/authenticate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index 7af2440..dc62a70 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -7,7 +7,7 @@ to") }} <a href="{{ url_for(".create_project", project_id=create_project) }}">{{ _("create it") }}</a>{{ _("?") }} </p> {% endif %} -<form action="" method="POST" accept-charset="utf-8"> +<form class="form-horizontal" method="POST" accept-charset="utf-8"> {{ forms.authenticate(form) }} </form> {% endblock %} |
