diff options
Diffstat (limited to 'budget/templates/password_reminder.html')
| -rw-r--r-- | budget/templates/password_reminder.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/password_reminder.html b/budget/templates/password_reminder.html index 89e399e..8f46289 100644 --- a/budget/templates/password_reminder.html +++ b/budget/templates/password_reminder.html @@ -2,7 +2,7 @@ {% block content %} <h2>{{ _("Password reminder") }}</h2> -<form method="post"> +<form class="form-horizontal" method="post"> {{ forms.remind_password(form) }} </form> {% endblock %} |
