[UPDT] RECRUITMENT: Updated recruitment app by include option to create multiple recruitment application for same candidate
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user