Re: Paginator Help

2008-04-22 Thread DuncanM
Thanks for the advice Peter. I did what you said, and nothing showed (meaning the {% if is_paginated %} was false). How would I make it so is_paginated=True? I don't see how this is set anywhere. When i removed the IF statement so I could just see if the {% load paginator %} code worked I get t

Re: Paginator Help

2008-04-22 Thread Peter Melvyn
On 4/21/08, DuncanM <[EMAIL PROTECTED]> wrote: > Please could someone have a look through and see what I'm missing? I'm not a Django skilled user, but I use the similiar pagination and what I see at glance is, that you mix paginator's template with view's template. ### Paginator is inclusion