inline forms
Closed this issue · 1 comments
nashrafeeg commented
hi is their way to get the forms to render inline ?
jterrace commented
Yes, just change the class name to form-inline
in your template:
<form action="/login/" method="post" class="form-inline">
{{ form }}
</form>