[Answer]-How to arrange fields of a form rendered by ModelForm?

1👍

This has nothing to do with Django, but with front-end stuff like CSS

You can do something like <div class="first-column">{{ form.some_field }}</div> to access a certain field from 24 that you have and style it accordingly

Leave a comment