diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html index 8ca99f2d5d97..c28a38a2c7e7 100644 --- a/lms/templates/wiki/base.html +++ b/lms/templates/wiki/base.html @@ -76,11 +76,15 @@ {% block wiki_breadcrumbs %}{% endblock %} {% if messages %} + {% comment %} + The message is not actually safe, but StatusAlertRenderer uses react which adds escaping, + so marking as safe keeps the message from being double-escaped. + {% endcomment %} {% for message in messages %}