Opened 18 years ago
Closed 18 years ago
#3758 closed (fixed)
[patch] to get FormPreview templates to use field.label
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.formtools | Version: | dev |
Severity: | Keywords: | ||
Cc: | erickt@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I noticed that FormPreview was using verbose_name instead of label in the templates. This fixes that. It also renames the preview button from "Submit" to "Preview" to be a little clearer in what the button does.
-e
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | formtools.patch added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4757]) Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbose_name'. Also renamed 'Submit' button to 'Preview'. Thanks for the patch, erickt@…