{% load crispy_forms_tags %}
<form method="POST" action="/dashboard/node/create/" id="node-create-form"> {% csrf_token %} {% crispy formset formset.form.helper %} </form>
<style>
#node-create-form .row { margin-bottom: 10px;
} </style>