From 1f2a8a6b8f54a6190b2384ebb836ae6d224ea2c6 Mon Sep 17 00:00:00 2001 From: Horilla Date: Sat, 5 Jul 2025 13:09:51 +0530 Subject: [PATCH] [FIX] RECRUITMENT: #807 --- recruitment/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recruitment/models.py b/recruitment/models.py index d63485d64..6cdf00305 100644 --- a/recruitment/models.py +++ b/recruitment/models.py @@ -205,6 +205,7 @@ class Recruitment(HorillaModel): help_text=_("Resume not mandatory for candidate creation"), verbose_name=_("Optional Resume"), ) + xss_exempt_fields = ["description"] # 807 class Meta: """