BotBotMe / botbot-web

Web interface for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
Other
152 stars 32 forks source link

Don't escape strings in text view #160

Closed olivierbellone closed 8 years ago

olivierbellone commented 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.

olivierbellone commented 8 years ago

Thanks for the quick merges and deploys @ipmb! Much appreciated :)