Commit 87da9cd7 authored by James Bennett's avatar James Bennett
Browse files

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
parent 42393ff6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ can also :ref:`customize the way in which labels and ids are generated
<ref-forms-api-configuring-label>`.

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