website/www/conservancy
Ben Sturmfels 14abe07a4a
Remove unnecessary use of "safe" template tag.
This tag marks a variable as not requiring escaping by the template engine,
potentially creating cross-site scripting vulnerabilities, so shouldn't be used
unless absolutely necessary. In these cases, I don't think it's necessary.
2021-12-17 21:55:47 +11:00
..
apps Fix URLconfs causing Django check warnings. 2021-12-17 18:14:50 +11:00
static add employer matching to /donate 2021-12-16 13:51:24 -08:00
templates Remove unnecessary use of "safe" template tag. 2021-12-17 21:55:47 +11:00
__init__.py Apply futurize --stage-2 Python 2/3 compatibility transformations. 2021-11-30 07:55:45 +11:00
bsoup.py Apply futurize --stage-2 Python 2/3 compatibility transformations. 2021-11-30 07:55:45 +11:00
feeds.py Apply futurize --stage1 (safe) Python 2/3 compatibility changes. 2021-11-26 13:00:20 +11:00
frontpage.py Count supporters in the database - it's faster. 2021-10-13 21:20:58 +11:00
local_context_processors.py Fix Unicode encoding issues. 2021-12-03 16:01:21 +11:00
middleware.py Apply "object" changes only from futurize --stage2. 2021-11-26 13:49:40 +11:00
settings.py Fix Django warning about old TEMPLATES_* settings. 2021-12-17 18:35:50 +11:00
sponsors.py Migrate RequestContext users to render() calls. 2017-11-07 09:00:48 -05:00
urls.py Fix URLconfs causing Django check warnings. 2021-12-17 18:14:50 +11:00