Fixed error in instructions for form labels.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Wilson Miner 2005-07-19 15:31:05 +00:00
parent 3e09a1fc1c
commit 0bb0ad8d43
1 changed files with 4 additions and 4 deletions

View File

@ -177,7 +177,7 @@ with class ``form-row``. If the field in the row is required, a class of
Labels
------
Each form ``label`` and field should be enclosed in a header ``h4``. Any
explanation or help text should follow this ``h4`` in a ``p`` with class
``.help``. Form labels should always precede the field, except in the case
of checkboxes and radio buttons, where the ``input`` should come first.
Form labels should always precede the field, except in the case
of checkboxes and radio buttons, where the ``input`` should come first. Any
explanation or help text should follow the ``label`` in a ``p`` with class
``.help``.