From 7cc8d5d2991e433d768a7faa05b7d74519f0480e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Nov 2016 13:41:14 +0100 Subject: [PATCH] Fix safe content --- app/templates/job/inc/candidacy_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/job/inc/candidacy_card.html b/app/templates/job/inc/candidacy_card.html index 4e528c9d..889269fc 100644 --- a/app/templates/job/inc/candidacy_card.html +++ b/app/templates/job/inc/candidacy_card.html @@ -28,7 +28,7 @@ {% endeditable %}
{% editable content.description %} - {{ content.description }} + {{ content.description|safe }} {% endeditable %} {% if content.external_content and content.text_button_external %} -- 2.39.5