Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to default-escaped in templates. | Matthew Somerville | 2019-12-09 | -0/+106 |
This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter. |