Opened 17 years ago

Closed 16 years ago

#5902 closed (wontfix)

form_url is ignored in the render_change_form method call from django.contrib.admin.views.main.add_stage

Reported by: dfrishberg Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

At line 305 (r6658) in django/contrib/admin/views/main.py, there is a call to render_change_form. The function add_stage has a form_url kwarg, but this is not passed onto render_change_form, which calls a template that is supposed to make use of this variable.

Change History (2)

comment:1 by dfrishberg <dfrishberg@…>, 17 years ago

Suggested solution: add form_url=form_url to the function call on line 305.

comment:2 by MichaelBishop, 16 years ago

Resolution: wontfix
Status: newclosed

Won't fix because add_stage func is no longer in NFA branch which will be merged soonish.

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