bug fixes #12

Merged
ismail merged 7 commits from frontend into main 2025-10-14 14:00:57 +03:00
8 changed files with 15 additions and 1 deletions
Showing only changes of commit 4a728ff752 - Show all commits

View File

@ -0,0 +1,14 @@
# Generated by Django 5.2.6 on 2025-10-13 14:14
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 = [
]

View File

@ -608,7 +608,7 @@
<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>
{% comment %} <a href="{% url 'candidate_tier_management' job.slug %}" class="btn btn-main-action">
<a href="{% url 'candidate_screening_view' job.slug %}" class="btn btn-main-action">
<i class="fas fa-layer-group"></i> {% trans "Manage Applicants" %}
</a> {% endcomment %}
</div>