Skip to content
Snippets Groups Projects
Commit 8f2e24e9 authored by sandeepsajan0's avatar sandeepsajan0
Browse files

Mark message safe in slack message template

parent 0c777373
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment