Opened 16 years ago

Closed 16 years ago

#7765 closed (duplicate)

bug in function def render_template

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 (last modified by Ramiro Morales)

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 (1)

comment:1 by Ramiro Morales, 16 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

The reporter provides very little details and context about what piece of code the ticket is. But this seems a duplicate of #6893. Closing.

Remember, Trac search box is your friend.

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