jmcclell / django-bootstrap-pagination

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

Compatibility with Django 1.10 #46

Closed kvdveer closed 8 years ago

kvdveer commented 8 years ago

Pass template.render() a dict instead of a context. The context was used to pass the autoencoder parameter. This behaviour is now applied by marking the labels as safe html, causing them to render unencoded.

This adresses #44