Changes between Initial Version and Version 1 of Ticket #7765


Ignore:
Timestamp:
Jul 15, 2008, 5:02:08 PM (16 years ago)
Author:
Ramiro Morales
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7765

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #7765 – Description

    initial v1  
    11def render_template
    22
    3 should be:    return render_to_response(self.get_template(step),
    4 Original was: return render_to_response(self.get_template(self.step),
     3should be:    {{{return render_to_response(self.get_template(step),}}}
     4
     5Original was: {{{return render_to_response(self.get_template(self.step),}}}
Back to Top