UI Samples
Form using crispy filter
A basic form using the crispy template filter.
Rendered with
{% load crispy_forms_filters %}
{{ form|crispy }}
Notice that only the form fields and errors are rendered;
no enclosing <form> tag, CSRF field or submit button.
A brief message (optional)