diff --git a/umap/templates/base.html b/umap/templates/base.html index e0a749d5..0a9dc62b 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -18,6 +18,7 @@ {# See https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs #} + {% autoescape off %} @@ -28,6 +29,7 @@ href="{% static 'umap/favicons/apple-touch-icon.png' %}"> + {% endautoescape %} {% block header %} diff --git a/umap/templates/umap/components/alerts/alert.html b/umap/templates/umap/components/alerts/alert.html index cba4ae27..ea2dbc5d 100644 --- a/umap/templates/umap/components/alerts/alert.html +++ b/umap/templates/umap/components/alerts/alert.html @@ -1,8 +1,10 @@ {% load i18n static %} +{% autoescape off %} +{% endautoescape %} +{% autoescape off %} +{% endautoescape %} diff --git a/umap/templates/umap/css.html b/umap/templates/umap/css.html index 67be78bf..82514250 100644 --- a/umap/templates/umap/css.html +++ b/umap/templates/umap/css.html @@ -1,5 +1,7 @@ {% load static %} +{% autoescape off %} + +{% endautoescape %} diff --git a/umap/templates/umap/js.html b/umap/templates/umap/js.html index 7faf49b8..f6aca61e 100644 --- a/umap/templates/umap/js.html +++ b/umap/templates/umap/js.html @@ -1,5 +1,6 @@ {% load static %} +{% autoescape off %} @@ -42,3 +43,4 @@ +{% endautoescape %} diff --git a/umap/templates/umap/map_init.html b/umap/templates/umap/map_init.html index 3d970105..b713b7dd 100644 --- a/umap/templates/umap/map_init.html +++ b/umap/templates/umap/map_init.html @@ -5,7 +5,9 @@ diff --git a/umap/templates/umap/user_dashboard.html b/umap/templates/umap/user_dashboard.html index 672eb9c1..0aa12d96 100644 --- a/umap/templates/umap/user_dashboard.html +++ b/umap/templates/umap/user_dashboard.html @@ -46,7 +46,9 @@ {% block bottom_js %} {{ block.super }}