Closed olivierbellone closed 8 years ago
Django templates autoescape strings by default. This is unnecessary when viewing logs as text.
This PR modifies the plain text template to disable autoescaping.
Thanks for the quick merges and deploys @ipmb! Much appreciated :)
Django templates autoescape strings by default. This is unnecessary when viewing logs as text.
This PR modifies the plain text template to disable autoescaping.