Some views had a template_name argument with a default value that was not the
correct default for
a view, and in the render clause the template_name passed it was not being used
at all.
Also the 'survey_update()' view looked like it was just a copy and paste of the
'survey_add()' view,
which was passing in the wrong 'title' variable to the context. What is more it
is handy if the context
had the survey object if we actually have it.
Attached is a patch that fixes (well, I am assuming these were mistakes) this.
This is against subversion revision 92.
Original issue reported on code.google.com by scan...@gmail.com on 28 Oct 2008 at 4:24
Original issue reported on code.google.com by
scan...@gmail.com
on 28 Oct 2008 at 4:24Attachments: