#24960: Blank pages due to {{ block.super }}
-------------------------------------+-------------------------------------
     Reporter:  srkunze              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Template system      |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  block.super blank    |             Triage Stage:
  pages                              |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------

Comment (by timgraham):

 Thanks for the example code, however, when I put those
 `render_to_string()` calls into views like this:
 {{{
 def t3(request):
     return render_to_string('t3.html')

 def t4(request):
     return render_to_string('t4.html', {'error': Error})
 }}}
 I get a yellow debug page in both cases. What behavior do you see? Do you
 have `DEBUG=True`? Are you testing with master or some older version of
 Django?

--
Ticket URL: <https://code.djangoproject.com/ticket/24960#comment:5>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4e66be27bbe27d72ab3bfdf6d6d19a17%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to