class documentation

class DjangoDivFormRenderer(DjangoTemplates): (source)

View In Hierarchy

Load Django templates from django/forms/templates and from apps' 'templates' directory and use the 'div.html' template to render forms and formsets.

Class Variable form_template_name Undocumented
Class Variable formset_template_name Undocumented

Inherited from EngineMixin (via DjangoTemplates):

Method get_template Undocumented
Property engine Undocumented

Inherited from BaseRenderer (via DjangoTemplates, EngineMixin):

Method render Undocumented