django-endless-pagination
django-endless-pagination copied to clipboard
Adding text at the end of pagination
I would like to add a line of text after the pagination is complete (but invisible before scrolling). So say that I have a loop with 200 items, showing 5 at a time with twitter style pagination. I want the text after item 200 shows up, but not after each 5.
Is this a feature I can do, and any suggestions how?