Forms

Swingers’ forms extensions.

Helpers

class swingers.forms.helpers.BaseFormHelper

The crispy_forms helper class that adds extra functionality to a base form.

form_class

The base class of the form. Default: form-horizontal.

form_method

The method that the form will submit with. Default: POST.

help_text_inline

Whether or not to display the help text inline with the field. Default: True

Django-swingers is a library of common utilities, templates and other django customizations used throughout Department of Parks and Wildlife.

Table Of Contents

Related Topics