jmcclell / django-bootstrap-pagination

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

Add escape filters on URLs, fixes #41. #45

Closed wetneb closed 8 years ago

wetneb commented 8 years ago

This adds escape filters on all URLs in templates, escaping ampersands (among others) correctly.

jmcclell commented 8 years ago

Thanks!