small fix
This commit is contained in:
parent
6c949f2899
commit
cacc8d42b2
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
recruitment/migrations/0009_merge_20251013_1718.py
Normal file
14
recruitment/migrations/0009_merge_20251013_1718.py
Normal file
@ -0,0 +1,14 @@
|
||||
# Generated by Django 5.2.7 on 2025-10-13 14:18
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('recruitment', '0003_rename_start_date_jobposting_joining_date_and_more'),
|
||||
('recruitment', '0008_zoommeeting_password'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
@ -608,9 +608,9 @@
|
||||
<a href="{% url 'candidate_create_for_job' job.slug %}" class="btn btn-main-action">
|
||||
<i class="fas fa-user-plus"></i> {% trans "Create Applicant" %}
|
||||
</a>
|
||||
<a href="{% url 'candidate_tier_management' job.slug %}" class="btn btn-main-action">
|
||||
{% comment %} <a href="{% url 'candidate_tier_management' job.slug %}" class="btn btn-main-action">
|
||||
<i class="fas fa-layer-group"></i> {% trans "Manage Applicants" %}
|
||||
</a>
|
||||
</a> {% endcomment %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user