diff --git a/TestDB_Horilla.sqlite3 b/TestDB_Horilla.sqlite3 index 61c2bcb87..d33be1e48 100755 Binary files a/TestDB_Horilla.sqlite3 and b/TestDB_Horilla.sqlite3 differ diff --git a/recruitment/templates/pipeline/components/pipeline_search_components.html b/recruitment/templates/pipeline/components/pipeline_search_components.html index 291a89422..1df1c9705 100644 --- a/recruitment/templates/pipeline/components/pipeline_search_components.html +++ b/recruitment/templates/pipeline/components/pipeline_search_components.html @@ -17,7 +17,7 @@
{% if request.user|recruitment_manages:rec or perms.recruitment.add_stage %}
- diff --git a/recruitment/templates/pipeline/kanban_components/kanban_stage_components.html b/recruitment/templates/pipeline/kanban_components/kanban_stage_components.html index 33c79e60d..fc6db94cb 100644 --- a/recruitment/templates/pipeline/kanban_components/kanban_stage_components.html +++ b/recruitment/templates/pipeline/kanban_components/kanban_stage_components.html @@ -86,7 +86,7 @@ {% if perms.recruitment.add_stage or request.user|recruitment_manages:rec %}
- diff --git a/recruitment/templates/pipeline/nav.html b/recruitment/templates/pipeline/nav.html index 92bd1424b..721e4c9e7 100644 --- a/recruitment/templates/pipeline/nav.html +++ b/recruitment/templates/pipeline/nav.html @@ -158,28 +158,6 @@ x-data="{searchShow: false}"
-
- -
+
{% endif %} - diff --git a/recruitment/templates/stage/nav.html b/recruitment/templates/stage/nav.html index 510ca4232..02805630e 100644 --- a/recruitment/templates/stage/nav.html +++ b/recruitment/templates/stage/nav.html @@ -60,11 +60,11 @@ x-data="{searchShow: false}"
{% if perms.recruitment.add_stage %} @@ -73,25 +73,4 @@ x-data="{searchShow: false}"
- - - - \ No newline at end of file + \ No newline at end of file diff --git a/recruitment/templates/stage/stage_component.html b/recruitment/templates/stage/stage_component.html index cf373ce28..c03cae46e 100644 --- a/recruitment/templates/stage/stage_component.html +++ b/recruitment/templates/stage/stage_component.html @@ -156,9 +156,9 @@ {% if perms.recruitment.change_stage %} diff --git a/recruitment/templates/stage/stage_empty.html b/recruitment/templates/stage/stage_empty.html index 4c875c248..91158dc4d 100644 --- a/recruitment/templates/stage/stage_empty.html +++ b/recruitment/templates/stage/stage_empty.html @@ -1,71 +1,49 @@ -{% extends 'index.html' %} -{% block content %} -{% load static %} -{% load i18n %} -
-
-
{% trans "Stage" %}
-
- -
- -
- -
- {% if perms.recruitment.add_stage %} - - {% endif %} - -
- +{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} +
+
+
+ {% trans "Stage" %} +
+
+ +
+
+
+ {% if perms.recruitment.add_stage %} + + {% endif %} +
+
-
- - - -
+
-
- Page not found. 404. -
{% trans "No recruitment stages currently available." %}
+ Page not found. 404. +
+ {% trans "No recruitment stages currently available." %} +
-
-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/recruitment/templates/stage/stage_form.html b/recruitment/templates/stage/stage_form.html index c107d4881..9aba971f5 100644 --- a/recruitment/templates/stage/stage_form.html +++ b/recruitment/templates/stage/stage_form.html @@ -1,48 +1,53 @@ {% load i18n %} -
-
- {% csrf_token %} -
-
- - {{form.stage}} {{form.stage.errors}} -
-
- - {{form.recruitment_id}} {{form.recruitment_id.errors}} -
-
- - {{form.stage_managers}} {{form.stage_managers.errors}} - -
-
- - {{form.stage_type}} {{form.stage_type.errors}} -
-
- -
- {{form.is_active}} {{form.is_active.errors}} +
+ {% trans "Add Stage" %} + +
+ +
+ +
+ {% csrf_token %} +
+
+ + {{form.stage}} {{form.stage.errors}} +
+
+ + {{form.recruitment_id}} {{form.recruitment_id.errors}} +
+
+ + {{form.stage_managers}} {{form.stage_managers.errors}} + +
+
+ + {{form.stage_type}} {{form.stage_type.errors}}
-
-
- -
- +
+ +
+ - + +