#7765: bug in function def render_template
------------------------------------+---------------------------------------
          Reporter:  tanc           |         Owner:  nobody
            Status:  closed         |     Milestone:        
         Component:  Uncategorized  |       Version:  SVN   
        Resolution:  duplicate      |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  0     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by ramiro):

  * status:  new => closed
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0
  * resolution:  => duplicate

Old 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),

New 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),}}}

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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7765#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to