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