jmcclell / django-bootstrap-pagination

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

Fixed disabled previous link class. #58

Closed emorozov closed 7 years ago

emorozov commented 7 years ago

In bootstrap_pager tag when there's no previous page, previous link is erroneously assigned next class causing the pager to render incorrectly.

Please, include the fix into the new release. I find keeping all the forks of open source projects and including them into sources.txt very inconvenient, but most maintainers ignore bugfixes or merge them but never upload new releases to PyPI.