Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16141 closed Bug (fixed)

Typo in new formwizard cbv

Reported by: Harro Owned by: nobody
Component: contrib.formtools Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.formtools.views @ Line 520

managenent_form -> management_form

Attachments (2)

typo_fix.diff (564 bytes ) - added by Harro 13 years ago.
Small typo
16141.patch (585 bytes ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (5)

by Harro, 13 years ago

Attachment: typo_fix.diff added

Small typo

by Aymeric Augustin, 13 years ago

Attachment: 16141.patch added

comment:1 by Aymeric Augustin, 13 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

Patch should be relative to the trunk directory. Otherwise it's fine.

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16309]:

Fixed #16141 -- Fixed typos in new form wizard.

comment:3 by Jacob, 13 years ago

milestone: 1.4

Milestone 1.4 deleted

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