Skip to content

Commit 64242ca

Browse files
committed
update readme
1 parent 73d5cca commit 64242ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Templates available to override in ``templates/formit/*``:
7575
* ``fieldset.html``
7676
* ``field.html``
7777

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+
7881

7982
[Django]: https://www.djangoproject.com/
8083
[django-classy-tags]: https://github.com/ojii/django-classy-tags

0 commit comments

Comments
 (0)