datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Properly escape selected facets in search.html #271

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

This PR udpates search/search.html to properly escape selected facets using json_script.

Connects #270

Notes

This PR only fixes the bug in Councilmatic 2.5. Councilmatic 1.0 will have to be fixed separately.

Testing instructions