Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1644 closed defect (fixed)

Sample FormWrapper templates don't pluralize error message properly

Reported by: clelland@… Owned by: Jacob
Component: Documentation Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The final sample template in the "Forms, fields and manipulators" document references a non-existent "error" variable, rather than the correct "error_dict" attribute of the FormWrapper object, and so the error message "Please correct the following error" is never pluralized.

Attachments (1)

doc_change.diff (958 bytes ) - added by clelland@… 18 years ago.
Quick documentation patch

Download all attachments as: .zip

Change History (2)

by clelland@…, 18 years ago

Attachment: doc_change.diff added

Quick documentation patch

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2805]) magic-removal: Fixed #1644 -- Fixed typo in docs/forms.txt. Thanks, clelland

Note: See TracTickets for help on using tickets.
Back to Top