[UPDT] RECRUITMENT: Updated recruitment app by include option to create multiple recruitment application for same candidate

This commit is contained in:
Horilla
2025-09-19 15:28:40 +05:30
parent 08bff6d515
commit ff485a6e9a
2 changed files with 2 additions and 1 deletions

View File

@@ -633,7 +633,7 @@ class Candidate(HorillaModel):
schedule_date = models.DateTimeField(
blank=True, null=True, verbose_name=_("Schedule date")
)
email = models.EmailField(max_length=254, unique=True, verbose_name=_("Email"))
email = models.EmailField(max_length=254, verbose_name=_("Email"))
mobile = models.CharField(
max_length=15,
blank=True,

View File

@@ -59,6 +59,7 @@
</div>
</div>
{{ form.profile.errors }}
{{ form.non_field_errors }}
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="oh-input-group">
<label class="oh-label required-star" for="name">{% trans "Name" %}</label>