fix template over-escaping + python 3 support
The templates were html escaping the generated js code for the
autofill and the role management. This was breaking these features.
It's okay to not escape these as they are coming from a trusted source
(configuration file).

Also make the templates python3 compatible (not need to import Set in
python 3)
1 parent 5b0c72a commit 2df56d2de23229b670d9fbc8b345aadaf0812707
@kakwa kakwa authored on 7 Feb 2019
Showing 3 changed files
View
resources/templates/base.tmpl
View
resources/templates/form.tmpl
View
resources/templates/roles.tmpl