Opened 15 years ago

Closed 14 years ago

#9900 closed (duplicate)

Provided generic views for PasswordChange, PasswordReset, etc, does not have a dictionary value for Context

Reported by: nubela Owned by: Mikhail
Component: Contrib apps Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As stated, the generic views for PasswordChange, PasswordReset, etc, allows for custom templates, however what good are custom templates if the only context values sent to the template is the aligned form? It would be good if there would be an optional dictionary value for Context values.

Attachments (1)

9900-0.diff (7.9 KB ) - added by anonymous 15 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Gary Wilson, 15 years ago

Triage Stage: UnreviewedAccepted

Having an extra_context parameter as the regular generic views have seems acceptable. This could also be helped by the work on generic views as classes if the auth views could inherit from that base class.

by anonymous, 15 years ago

Attachment: 9900-0.diff added

comment:2 by Mikhail, 15 years ago

Has patch: set
Needs tests: set
Owner: changed from nobody to Mikhail
Status: newassigned

comment:3 by Mikhail, 15 years ago

Needs documentation: set

comment:4 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:5 by Luke Plant, 14 years ago

Resolution: duplicate
Status: assignedclosed

Duplicate of #5298

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