diff --git a/ckan/templates/page.html b/ckan/templates/page.html index 44c421cb88f..ac9eada9024 100644 --- a/ckan/templates/page.html +++ b/ckan/templates/page.html @@ -24,7 +24,7 @@
{% block flash_inner %} {% for message in h.flash.pop_messages() | list %} -
+
{{ h.literal(message) }}
{% endfor %}