Provided generic views for PasswordChange, PasswordReset, etc, does not have a dictionary value for Context
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.
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
Needs tests: |
set
|
Owner: |
changed from nobody to Mikhail
|
Status: |
new → assigned
|
Resolution: |
→ duplicate
|
Status: |
assigned → closed
|
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.