From 13edda1ce608e5486f47d3b7e54a3575fb3fc16c Mon Sep 17 00:00:00 2001 From: sandeepsajan0 <sandeepsajan0@gmail.com> Date: Thu, 9 Jun 2022 17:26:24 +0530 Subject: [PATCH] Mark message safe in slack message template --- hypha/apply/activity/templates/messages/slack_message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/activity/templates/messages/slack_message.html b/hypha/apply/activity/templates/messages/slack_message.html index 122ced225..1974748d1 100644 --- a/hypha/apply/activity/templates/messages/slack_message.html +++ b/hypha/apply/activity/templates/messages/slack_message.html @@ -2,5 +2,5 @@ <!--Template required for django-slack. We can customize it for channels, endpoint_url, etc as per the requirements.--> {% block text %} -{{ message }} +{{ message|safe }} {% endblock %} -- GitLab