We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d5cca commit 64242caCopy full SHA for 64242ca
README.md
@@ -75,6 +75,9 @@ Templates available to override in ``templates/formit/*``:
75
* ``fieldset.html``
76
* ``field.html``
77
78
+You can specify custom templates for each field widget by adding a template with lowercase class name of the widget.
79
+For example ``formit/fields/textinput.html`` will render a `TextInput` widget.
80
+
81
82
[Django]: https://www.djangoproject.com/
83
[django-classy-tags]: https://github.com/ojii/django-classy-tags
0 commit comments