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:
James Bennett 2008-09-03 04:40:52 +00:00
parent 42393ff604
commit 87da9cd759
1 changed files with 1 additions and 1 deletions

View File

@ -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
----------------------------- -----------------------------