diff --git a/templates/includes/easy_logs.html b/templates/includes/easy_logs.html index 63ab363..a1e90b7 100644 --- a/templates/includes/easy_logs.html +++ b/templates/includes/easy_logs.html @@ -148,7 +148,17 @@ {% endblock %} {% block content %} +
+

{% trans "System Activity Logs" %}

@@ -334,4 +344,5 @@
+ {% endblock %} \ No newline at end of file diff --git a/templates/recruitment/settings_list.html b/templates/recruitment/settings_list.html index 6af4967..8e927eb 100644 --- a/templates/recruitment/settings_list.html +++ b/templates/recruitment/settings_list.html @@ -1,15 +1,25 @@ {% extends "base.html" %} {% load widget_tweaks %} +{% load i18n %} {% block title %}Settings{% endblock %} {% block content %}
+

- Settings Management + {% trans "Integration Settings" %}

diff --git a/templates/recruitment/source_list.html b/templates/recruitment/source_list.html index 51b12f1..91136b6 100644 --- a/templates/recruitment/source_list.html +++ b/templates/recruitment/source_list.html @@ -5,6 +5,15 @@ {% block content %}
+
diff --git a/templates/user/admin_settings.html b/templates/user/admin_settings.html index 3ae9cdd..24c343e 100644 --- a/templates/user/admin_settings.html +++ b/templates/user/admin_settings.html @@ -143,6 +143,16 @@ {% block content %}
+ +