UI Samples
Form using crispy tag
A basic form using the crispy template tag.
Rendered with
/app/templates/sample_ui/crispy/snippets/_form_using_tag.html
Notice that the form is automatically enclosed in a <form> tag
and both CSRF field and submit button are added.