UI Samples
Form using crispy tag
A basic form using the crispy template tag.
Rendered with
{% load crispy_forms_tags %}
{% crispy form %}
Notice that the form is automatically enclosed in a <form> tag
and both CSRF field and submit button are added.