diff options
Diffstat (limited to 'budget/templates/send_invites.html')
| -rw-r--r-- | budget/templates/send_invites.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/send_invites.html b/budget/templates/send_invites.html index 9883cba..746ff6a 100644 --- a/budget/templates/send_invites.html +++ b/budget/templates/send_invites.html @@ -14,7 +14,7 @@ creation of this budget management project and we will send them an email for yo <p>{{ _("If you prefer, you can") }} <a href="{{ url_for(".list_bills") }}">{{ _("skip this step") }}</a> {{ _("and notify them yourself") }}</p> {% include "display_errors.html" %} -<form class="invites" method="post" accept-charset="utf-8"> +<form class="invites form-horizontal" method="post" accept-charset="utf-8"> {{ forms.invites(form) }} </form> {% endblock %} |
