Author: ubernostrum Date: 2008-09-02 23:40:52 -0500 (Tue, 02 Sep 2008) New Revision: 8904
Modified: django/trunk/docs/topics/forms/index.txt Log: Fixed #8829: Corrected typo in docs/topics/forms/index.txt Modified: django/trunk/docs/topics/forms/index.txt =================================================================== --- django/trunk/docs/topics/forms/index.txt 2008-09-03 04:22:39 UTC (rev 8903) +++ django/trunk/docs/topics/forms/index.txt 2008-09-03 04:40:52 UTC (rev 8904) @@ -188,7 +188,7 @@ <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 ----------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
