Skip to content

dashboard: Enable autoescaping so we don't generate malformed HTML

Emanuele Aina requested to merge wip/em/avoid-malformed-html into master

In some cases we emit some strings with characters like < and since these didn't get escaped we were generating malformed HTML.

Fix that by enabling autoescaping.

Merge request reports