Closed amarpreetsaini closed 9 years ago
One idea is to put a conditional in your template that includes the endless pagination HTML and/or JS. {% if request.user.is_authenticated %}
. Make sure you have the request context process setup: " "django.core.context_processors.request"
.
Even though in view i did not return anything without authentication but endless pagination plugin makes a get request that causes the current html to mix up with logout page.