[UPDT] RECRUITMENT: __str__ added for mail template model

This commit is contained in:
Horilla
2024-05-17 16:05:37 +05:30
parent 60465adfb0
commit 6df0f88394

View File

@@ -721,6 +721,9 @@ class RecruitmentMailTemplate(HorillaModel):
verbose_name=_("Company"),
)
def __str__(self) -> str:
return f"{self.title}"
class SkillZone(HorillaModel):
""" "