org.views.form_collection
Lists the custom forms.
Attributes
Functions
|
|
|
|
|
Module Contents
- org.views.form_collection.SortKey: TypeAlias = Callable[[FormDefinition | ExternalLink], SupportsRichComparison][source]
- org.views.form_collection.combine_grouped(items: dict[str, list[onegov.form.FormDefinition]], external_links: dict[str, list[onegov.org.models.external_link.ExternalLink]], sort: SortKey | None = None) dict[str, list[onegov.form.FormDefinition | onegov.org.models.external_link.ExternalLink]] [source]