diff --git a/recruitment/__pycache__/forms.cpython-313.pyc b/recruitment/__pycache__/forms.cpython-313.pyc index 1d29710..d0d4ba3 100644 Binary files a/recruitment/__pycache__/forms.cpython-313.pyc and b/recruitment/__pycache__/forms.cpython-313.pyc differ diff --git a/recruitment/__pycache__/models.cpython-313.pyc b/recruitment/__pycache__/models.cpython-313.pyc index 1822544..99f8d2a 100644 Binary files a/recruitment/__pycache__/models.cpython-313.pyc and b/recruitment/__pycache__/models.cpython-313.pyc differ diff --git a/recruitment/__pycache__/urls.cpython-313.pyc b/recruitment/__pycache__/urls.cpython-313.pyc index 8b4d4ac..8ea1b3f 100644 Binary files a/recruitment/__pycache__/urls.cpython-313.pyc and b/recruitment/__pycache__/urls.cpython-313.pyc differ diff --git a/recruitment/__pycache__/utils.cpython-313.pyc b/recruitment/__pycache__/utils.cpython-313.pyc index 84122c1..7c07f6b 100644 Binary files a/recruitment/__pycache__/utils.cpython-313.pyc and b/recruitment/__pycache__/utils.cpython-313.pyc differ diff --git a/recruitment/__pycache__/views.cpython-313.pyc b/recruitment/__pycache__/views.cpython-313.pyc index dedde54..0837bdf 100644 Binary files a/recruitment/__pycache__/views.cpython-313.pyc and b/recruitment/__pycache__/views.cpython-313.pyc differ diff --git a/recruitment/__pycache__/views_frontend.cpython-313.pyc b/recruitment/__pycache__/views_frontend.cpython-313.pyc index 9573c3e..dd8a218 100644 Binary files a/recruitment/__pycache__/views_frontend.cpython-313.pyc and b/recruitment/__pycache__/views_frontend.cpython-313.pyc differ diff --git a/recruitment/migrations/0009_merge_20251013_1714.py b/recruitment/migrations/0009_merge_20251013_1714.py new file mode 100644 index 0000000..25a93ae --- /dev/null +++ b/recruitment/migrations/0009_merge_20251013_1714.py @@ -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 = [ + ] diff --git a/templates/jobs/job_detail.html b/templates/jobs/job_detail.html index 82eee9c..ab883af 100644 --- a/templates/jobs/job_detail.html +++ b/templates/jobs/job_detail.html @@ -608,7 +608,7 @@ {% trans "Create Applicant" %} - {% comment %} + {% trans "Manage Applicants" %} {% endcomment %}