jmcclell / django-bootstrap-pagination

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

Added Bootstrap 3 compatibility #15

Closed sonarun closed 10 years ago

sonarun commented 11 years ago

I have added Bootstrap 3 compatibility by putting the pagination class in the unordered list (instead of the div) and removing the alignment options in the templates and in the python file.