Opened 17 years ago

Closed 17 years ago

#3758 closed (fixed)

[patch] to get FormPreview templates to use field.label

Reported by: erickt@… 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)

formtools.patch (1.2 KB ) - added by erickt@… 17 years ago.

Download all attachments as: .zip

Change History (2)

by erickt@…, 17 years ago

Attachment: formtools.patch added

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(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@…

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