Re: Doubt regarding endless pagination

2012-04-02 Thread Swaroop Shankar V
Thank You, i changed show_pages.html instead of page_link.html. It worked fine. Anyway thanks for pointing out where to change. Regards, Swaroop Shankar V On Mon, Apr 2, 2012 at 5:10 PM, Blackpearl wrote: > You can edit page_link.html for displaying like: > <> > > "{{ page.label|safe }} | " >

Re: Doubt regarding endless pagination

2012-04-02 Thread Blackpearl
You can edit page_link.html for displaying like: <> "{{ page.label|safe }} | " -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to dj

Doubt regarding endless pagination

2012-04-01 Thread Swaroop Shankar V
Hi All, This question is regarding a django app called endless pagination. I want to add a '|' in between the pagination numbers so that it will look like <> I went through the documents but could not figure out how to do this. If anyone have already implemented something like this please tell me