Fixed typo in docs/ref/forms/widgets.txt.
This commit is contained in:
parent
8d3c3a5717
commit
f9cfd346f0
|
@ -408,7 +408,7 @@ foundation for custom widgets.
|
||||||
.. method:: get_context(name, value, attrs)
|
.. method:: get_context(name, value, attrs)
|
||||||
|
|
||||||
In addition to the ``'widget'`` key described in
|
In addition to the ``'widget'`` key described in
|
||||||
:meth:`Widget.get_context`, ``MultiValueWidget`` adds a
|
:meth:`Widget.get_context`, ``MultiWidget`` adds a
|
||||||
``widget['subwidgets']`` key.
|
``widget['subwidgets']`` key.
|
||||||
|
|
||||||
These can be looped over in the widget template:
|
These can be looped over in the widget template:
|
||||||
|
|
Loading…
Reference in New Issue