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 )
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 , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.