diff --git a/recruitment/templates/candidate/individual.html b/recruitment/templates/candidate/individual.html index 666a2a090..ad7d0176e 100644 --- a/recruitment/templates/candidate/individual.html +++ b/recruitment/templates/candidate/individual.html @@ -70,7 +70,39 @@
-
+
+ + {% if next != None %} + + + + {% else %} + + + + {% endif %} + + {% if previous != None %} + + + + {% else %} + + + + {% endif %} + + + + {% if perms.recruitment.change_candidate %}
{% if not candidate.email in emp_list and not candidate.start_onboard %} @@ -84,38 +116,6 @@
{% endif %} - - - - {% if next != None %} - - - - {% else %} - - - - {% endif %} - - {% if previous != None %} - - - - {% else %} - - - - {% endif %} - -