Django

Code

Ticket #1644 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Sample FormWrapper templates don't pluralize error message properly

Reported by: clelland@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

doc_change.diff (0.9 kB) - added by clelland@gmail.com on 04/15/06 15:14:11.
Quick documentation patch

Change History

04/15/06 15:14:11 changed by clelland@gmail.com

  • attachment doc_change.diff added.

Quick documentation patch

05/01/06 19:06:44 changed by adrian

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

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


Add/Change #1644 (Sample FormWrapper templates don't pluralize error message properly)




Change Properties
Action