[FIX] RECRUITMENT: #807

This commit is contained in:
Horilla
2025-07-05 13:09:51 +05:30
parent 6ea5e96f97
commit 1f2a8a6b8f

View File

@@ -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:
"""