Files @ 14abe07a4a8b
Branch filter:

Location: website/www/conservancy/templates/submenus/press_partial.html

bsturmfels
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.
1
2
3
4
5
<ul>
  <li>Hannah Gregory</li>
  <li>Media Rep for Good Causes</li>
  <li><a href="mailto:sfc@shoestringagency.org">sfc@shoestringagency.org</a></li>
</ul>