diff --git a/core/templates/base.html b/core/templates/base.html
index e097e70..54b622d 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -3,7 +3,7 @@
- {% block title %}Fox Fitt - Work & Payroll{% endblock %}
+ {% block title %}Fox Fitt | Work & Payroll{% endblock %}
{% if project_description %}
{% endif %}
@@ -11,14 +11,13 @@
-
+
+
+
-
{% block head %}{% endblock %}
diff --git a/core/templates/core/loan_list.html b/core/templates/core/loan_list.html
index 661d91e..3a4d388 100644
--- a/core/templates/core/loan_list.html
+++ b/core/templates/core/loan_list.html
@@ -1,12 +1,12 @@
{% extends 'base.html' %}
-{% block title %}Loan Management - Fox Fitt{% endblock %}
+{% block title %}Loan Management | Fox Fitt{% endblock %}
{% block content %}
Loan Management
-
diff --git a/core/templates/core/log_attendance.html b/core/templates/core/log_attendance.html
index 7c17444..7b1219a 100644
--- a/core/templates/core/log_attendance.html
+++ b/core/templates/core/log_attendance.html
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load static %}
-{% block title %}Log Daily Attendance | LabourFlow{% endblock %}
+{% block title %}Log Daily Attendance | Fox Fitt{% endblock %}
{% block content %}