I have a website on a django, and in a set of pages I use the Paginator. With paginator, my last page sometimes does not render completely.
You can see the problem here.
Code:
view rank - http://code.google.com/p/myps3t/source/browse/views.py template - http://code.google.com/p/myps3t/source/browse/www/Rank.html
Just refresh a couple of times and see the end of table, sometimes it appears, sometimes not.
Can I see the template render output to understand how the page sometimes is full rendered, sometimes not?