django-infinite-pagination
django-infinite-pagination copied to clipboard
bootstrap3 compatibility
trafficstars
Just to make you aware that the template is incompatible with bootstrap3, however, it's extremely simple to make it compatible. Just change:
<div class="pagination">
<ul>
...
</ul>
</div>
To:
<ul class="pagination">
...
</ul>