Fixed #8829: Corrected typo in docs/topics/forms/index.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
42393ff604
commit
87da9cd759
|
@ -188,7 +188,7 @@ can also :ref:`customize the way in which labels and ids are generated
|
||||||
<ref-forms-api-configuring-label>`.
|
<ref-forms-api-configuring-label>`.
|
||||||
|
|
||||||
You can also use ``form.as_table`` to output table rows (you'll need to provide
|
You can also use ``form.as_table`` to output table rows (you'll need to provide
|
||||||
your own ``<table>`` tags) and ``form.as_li`` to output list items.
|
your own ``<table>`` tags) and ``form.as_ul`` to output list items.
|
||||||
|
|
||||||
Customizing the form template
|
Customizing the form template
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in New Issue