diff --git a/recruitment/templates/candidate/individual.html b/recruitment/templates/candidate/individual.html index aa4080f91..d829ef14b 100644 --- a/recruitment/templates/candidate/individual.html +++ b/recruitment/templates/candidate/individual.html @@ -135,9 +135,9 @@ $(document).on('click', function (event) { {% with request.user.employee_get.candidate_rating.all as candidate_ratings %}
-
+
{% for i in "54321" %} - + {% endfor %}
@@ -659,12 +659,47 @@ $(document).on('click', function (event) { border-left: solid 4px rgb(0, 255, 255); background-color: rgb(0, 255, 255,0.133); } + .oh-sticky-table__tr:hover { + background-color: #fff + } - {% for task in candidate.candidate_task.all %} -
- {{task.onboarding_task_id.task_title}} ---- {{task.status|capfirst}}
+
+
+
+
+
+
+
+
+ {% for task in candidate.candidate_task.all %} +
+
+
+
+ {{ task.onboarding_task_id.task_title }} +
+ + + +
+
+
+ {% endfor %} +
+
- {% endfor %} +