Kaydet (Commit) 0bb0ad8d authored tarafından Wilson Miner's avatar Wilson Miner

Fixed error in instructions for form labels.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 3e09a1fc
...@@ -177,7 +177,7 @@ with class ``form-row``. If the field in the row is required, a class of ...@@ -177,7 +177,7 @@ with class ``form-row``. If the field in the row is required, a class of
Labels Labels
------ ------
Each form ``label`` and field should be enclosed in a header ``h4``. Any Form labels should always precede the field, except in the case
explanation or help text should follow this ``h4`` in a ``p`` with class of checkboxes and radio buttons, where the ``input`` should come first. Any
``.help``. Form labels should always precede the field, except in the case explanation or help text should follow the ``label`` in a ``p`` with class
of checkboxes and radio buttons, where the ``input`` should come first. ``.help``.
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment