jamespacileo / django-pure-pagination

Django pagination based upon the core pagination module
BSD 3-Clause "New" or "Revised" License
701 stars 171 forks source link

how config pagination-bootstrap ? #44

Open olivx opened 7 years ago

olivx commented 7 years ago

I see the pure-pagination have a pagination-boostrap, but how i configure for use them ?

lampslave commented 7 years ago

Use {% include 'pure_pagination/pagination-bootstrap.html' with verbose=True %} instead of {{ page.render }}.

JiatLn commented 6 years ago

how can i use the pagination-bootstrap.html? it's not work!