pluserable.forms module

Deform forms.

class pluserable.forms.BootstrapForm(*args, **kwargs)[source]

Bases: pluserable.forms.SubmitForm

Renders out forms using twitter bootstrap templates.

class pluserable.forms.PluserableForm(*args, **kwargs)[source]

Bases: pluserable.forms.BootstrapForm

The standard form we should use throughout our code.

If we decide to swap our rendering later, we only have to do it in 1 place.

class pluserable.forms.SubmitForm(*args, **kwargs)[source]

Bases: deform.form.Form

By default include a “submit” button on a form.