jmcclell / django-bootstrap-pagination

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

Modifying for other frameworks #23

Closed jrhoads closed 9 years ago

jrhoads commented 10 years ago

Great package. It did 99% of what I needed right out of the gate. I happen to use foundation and most of the structure works.

I needed to change the "active" link class to "current" I just copied the template (including directory) into my project and modified it there. Template loading order took care of the rest.

Again, great work.

jmcclell commented 9 years ago

I don't have a particular desire to make this work for more than one framework. The chances of the disparity becoming too great between frameworks is too high. It makes more sense to maintain separate projects per framework, and to that end, you are more than welcome to fork this and make django-foundation-pagination :)