shtalinberg / django-el-pagination

Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
MIT License
307 stars 71 forks source link

show_current_number if multiple paginations #44

Closed BenDevelopment closed 8 years ago

BenDevelopment commented 8 years ago

How can we get the show_current_number for specific pagination if we have multiple paginations in the same template ?

shtalinberg commented 8 years ago

http://django-el-pagination.readthedocs.io/en/latest/templatetags_reference.html#show-current-number

BenDevelopment commented 8 years ago

Thank you, sorry for the useless issue.