diff --git a/onboarding/templates/onboarding/candidate_creation_form.html b/onboarding/templates/onboarding/candidate_creation_form.html
index a9c2d239a..13d6c448c 100644
--- a/onboarding/templates/onboarding/candidate_creation_form.html
+++ b/onboarding/templates/onboarding/candidate_creation_form.html
@@ -8,4 +8,5 @@
{% trans "Apply" %}
-
\ No newline at end of file
+
+
diff --git a/onboarding/templates/onboarding/candidates.html b/onboarding/templates/onboarding/candidates.html
index 88077c8f9..dc77ff9fd 100644
--- a/onboarding/templates/onboarding/candidates.html
+++ b/onboarding/templates/onboarding/candidates.html
@@ -214,8 +214,9 @@
success: function (response) {
$("#ohMessages").append(`
-
- ${response.message}
+
+ ${response.message}
+
`);
}
});
@@ -236,8 +237,9 @@
success: function (response) {
$("#ohMessages").append(`
-
- ${response.message}
+
+ ${response.message}
+
`);
},
});
diff --git a/onboarding/templates/onboarding/group_by.html b/onboarding/templates/onboarding/group_by.html
index 3990dda81..cd6c12d70 100644
--- a/onboarding/templates/onboarding/group_by.html
+++ b/onboarding/templates/onboarding/group_by.html
@@ -1,17 +1,17 @@
-{% load attendancefilters recruitmentfilters %} {% load basefilters %} {% load static %}
-{% load i18n %} {% include 'filter_tags.html' %}
+{% load attendancefilters recruitmentfilters basefilters static i18n %}
+{% include 'filter_tags.html' %}
{% trans "Select All Candidates" %}
-
-
- {% trans "Unselect All Candidates" %}
-
-
- {% trans "Export Candidates" %}
-
-
-
+
+
+ {% trans "Unselect All Candidates" %}
+
+
+ {% trans "Export Candidates" %}
+
+
+
{% for candidate in candidates %}
diff --git a/onboarding/templates/onboarding/stage_form.html b/onboarding/templates/onboarding/stage_form.html
index c7aee069b..21cfaf8f5 100644
--- a/onboarding/templates/onboarding/stage_form.html
+++ b/onboarding/templates/onboarding/stage_form.html
@@ -32,4 +32,5 @@
{% trans "Create" %}
+
\ No newline at end of file
diff --git a/onboarding/templates/onboarding/stage_update.html b/onboarding/templates/onboarding/stage_update.html
index 7ce87445e..d4ae46521 100644
--- a/onboarding/templates/onboarding/stage_update.html
+++ b/onboarding/templates/onboarding/stage_update.html
@@ -32,4 +32,5 @@
{% trans "Update" %}
+
\ No newline at end of file