About this document
This document describes the templates, template tags and filters provided by the library.
See also the modules documentation and the documentation index.
It's possible to override any template by providing an equally named file inside a forms subdirectory somewhere in TEMPLATE_DIRS where Django can find it.
Template used to render a form by softwarefabrica.django.forms.extended.
Template used to render a single field, included by forms/form.html.
Javascript code required by the SelectPopupWidget, SelectMultiplePopupWidget, and RelatedItemWidget widgets (and corresponding fields).
Template used to render the DateWidget widget.
Template used to render the DateTimeWidget widget.
Template used to render the RelatedItemWidget widget.
Template used to render the SelectPopupWidget and SelectMultiplePopupWidget widgets.
There are no template tags or filters at this moment.
None.
None.