diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2014-05-08 13:53:09 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-06-03 21:43:19 +0800 |
commit | a8219f8be78ad8faaa5ebcc91b5ec30b56b328e9 (patch) | |
tree | bb0ac1bfdafe2b25c7db99d3bc154fb51e0839c5 /htdocs/js | |
parent | 1d46858f7ee46c5f2e052292cf84863b76b06e04 (diff) | |
download | patchwork-a8219f8be78ad8faaa5ebcc91b5ec30b56b328e9.tar patchwork-a8219f8be78ad8faaa5ebcc91b5ec30b56b328e9.tar.gz |
filters: fix exception in filter querystring generation
We get a silent (as it's during template render) exception when
generating filter querystrings, as we're passing a list to the string
format operator rather than a tuple.
This change removes the map and explicitly applies sanitise to the
(name, value) pair.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs/js')
0 files changed, 0 insertions, 0 deletions