From 9f05b09b13563fb054caa3ea38c248a63b0358fe Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:10:23 -0600 Subject: [PATCH] Remove 'safe' filter from description output --- dojo/templates/notifications/alert/other.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/templates/notifications/alert/other.tpl b/dojo/templates/notifications/alert/other.tpl index 442019b34ca..33100fc4758 100644 --- a/dojo/templates/notifications/alert/other.tpl +++ b/dojo/templates/notifications/alert/other.tpl @@ -1 +1 @@ -{% load i18n %}{{ description|safe }} \ No newline at end of file +{% load i18n %}{{ description }}