Opened 16 years ago

Last modified 16 years ago

#7765 closed

bug in function def render_template — at Initial Version

Reported by: tanc Owned by: nobody
Component: Uncategorized 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

def render_template

should be: return render_to_response(self.get_template(step),
Original was: return render_to_response(self.get_template(self.step),

Change History (0)

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