jmcclell / django-bootstrap-pagination

Django template tag for rendering Page objects as Bootstrap pagination HTML
MIT License
212 stars 83 forks source link

Hide navigation controls from printable representation #60

Closed emorozov closed 5 years ago

emorozov commented 7 years ago

Bootstrap pagination controls look really ugly on printed pages, and they make no sense anyway. I think it is better to hide them on printed pages.

jmcclell commented 5 years ago

There is a 'extra_pagination_classes' and a 'extra_pager_classes' option as of the latest version that would let you add the no-print class on a case by case basis without it being part of the tag itself.