UI Samples
Form using crispy filter
A basic form using the crispy template filter.
Rendered with
/app/templates/sample_ui/crispy/snippets/_form_using_filter.html
Notice that only the form fields and errors are rendered;
no enclosing <form> tag, CSRF field or submit button.
A brief message (optional)