Django

Code

Ticket #4395 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Error in the online documentation of newforms

Reported by: Amit Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

At http://www.djangoproject.com/documentation/newforms/, at the section "COMPLEX TEMPLATE OUTPUT", there is an error in the second code sample.

Each line is something like: <li>{{ form.sender.label }} {{ form.sender.label }}</li>

Where as it should be: <li>{{ form.sender.label }} {{ form.sender }}</li>

Attachments

Change History

05/26/07 16:06:08 changed by SmileyChris

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

And also two lines down, {{ form.subject.label }} x2

05/26/07 23:37:47 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [5358]) Fixed #4395 -- Fixed a couple of typos in the examples.


Add/Change #4395 (Error in the online documentation of newforms)




Change Properties
Action