From 87da9cd7594f9b95270087d24d816a51eaecf4a3 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 3 Sep 2008 04:40:52 +0000 Subject: [PATCH] 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 --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 1b4650ef26..48b4b2b28c 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -188,7 +188,7 @@ can also :ref:`customize the way in which labels and ids are generated `. You can also use ``form.as_table`` to output table rows (you'll need to provide -your own ```` tags) and ``form.as_li`` to output list items. +your own ``
`` tags) and ``form.as_ul`` to output list items. Customizing the form template -----------------------------