Files
nairobi/app
Javi Martín 61bf9a5c73 Use sanitize instead of html_safe
The difference is `html_safe` allows every HTML tag, including the
`<script>` tag, while `sanitize` only allows tags which are considered
safe. In this case, we want to allow a `<span>` tag in a translation,
and links inside flash messages.
2019-10-08 18:46:21 +02:00
..
2019-10-05 15:03:25 +02:00
2019-10-08 18:46:21 +02:00