earle/django-bootstrap

inline forms

Closed this issue · 1 comments

hi is their way to get the forms to render inline ?

Yes, just change the class name to form-inline in your template:

<form action="/login/" method="post" class="form-inline">
    {{ form }}
</form>