-
-
+
{% trans "End Date" %}
{{ form.end_date }} {{ form.end_date.errors }}
+
+
+
+ {% trans "Company" %}
+
+ {{ form.company_id }} {{ form.company_id.errors }}
+
+
+
+
{% trans "Recurring" %}
+
+ {{ form.recurring }} {{ form.recurring.errors }}
+
+
-
{% trans "Recurring" %}
-
{{ form.recurring }} {{ form.recurring.errors }}
diff --git a/base/translator.py b/base/translator.py
index c5b075082..59bbcbf78 100644
--- a/base/translator.py
+++ b/base/translator.py
@@ -342,3 +342,4 @@ _("candidate-reject-reasons"),
_("skills-view"),
_("employee-bonus-point"),
_("mail-automations"),
+_("check-in-check-out-setting"),
diff --git a/horilla_crumbs/context_processors.py b/horilla_crumbs/context_processors.py
index 2d824c947..7a7e12baf 100644
--- a/horilla_crumbs/context_processors.py
+++ b/horilla_crumbs/context_processors.py
@@ -147,6 +147,7 @@ sidebar_urls = [
"skills-view",
"employee-bonus-point",
"mail-automations",
+ "check-in-check-out-setting",
]
remove_urls = [
"feedback-detailed-view",