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 %}
diff --git a/core/templates/core/manage_resources.html b/core/templates/core/manage_resources.html index 025f0c5..8c35010 100644 --- a/core/templates/core/manage_resources.html +++ b/core/templates/core/manage_resources.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Manage Resources - LabourFlow{% endblock %} +{% block title %}Manage Resources | Fox Fitt{% endblock %} {% block content %}
diff --git a/core/templates/core/payroll_dashboard.html b/core/templates/core/payroll_dashboard.html index 107147c..e72c226 100644 --- a/core/templates/core/payroll_dashboard.html +++ b/core/templates/core/payroll_dashboard.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load humanize %} -{% block title %}Payroll Dashboard - Fox Fitt{% endblock %} +{% block title %}Payroll Dashboard | Fox Fitt{% endblock %} {% block head %} @@ -18,7 +18,7 @@

Payroll Dashboard

-
@@ -304,7 +304,7 @@
-
diff --git a/core/templates/core/payslip.html b/core/templates/core/payslip.html index 61ea971..c86ceae 100644 --- a/core/templates/core/payslip.html +++ b/core/templates/core/payslip.html @@ -1,13 +1,13 @@ {% extends 'base.html' %} {% load humanize %} -{% block title %}Payslip #{{ record.id }} - Fox Fitt{% endblock %} +{% block title %}Payslip #{{ record.id }} | Fox Fitt{% endblock %} {% block content %}
← Back to Payment History - +
diff --git a/core/templates/core/work_log_list.html b/core/templates/core/work_log_list.html index efc23ae..4234df6 100644 --- a/core/templates/core/work_log_list.html +++ b/core/templates/core/work_log_list.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Work Log History | LabourFlow{% endblock %} +{% block title %}Work Log History | Fox Fitt{% endblock %} {% block head %} diff --git a/core/templates/registration/login.html b/core/templates/registration/login.html index 85d56e9..ebdaa7d 100644 --- a/core/templates/registration/login.html +++ b/core/templates/registration/login.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Login - Fox Fitt{% endblock %} +{% block title %}Login | Fox Fitt{% endblock %} {% block content %}
@@ -43,7 +43,7 @@
- +
diff --git a/static/css/custom.css b/static/css/custom.css index b88db19..e19b888 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap'); - :root { --primary-color: #1e293b; --accent-color: #10b981;