From 3c4e8e834caf3be3e4cd513b16b566fa586076af Mon Sep 17 00:00:00 2001 From: Caitlin Barnard Date: Mon, 28 Oct 2024 15:35:15 +0000 Subject: [PATCH] Update breadcrumbs --- payroll/templates/payroll/page/edit_payroll.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/payroll/templates/payroll/page/edit_payroll.html b/payroll/templates/payroll/page/edit_payroll.html index 5f88286f..f1e8306c 100644 --- a/payroll/templates/payroll/page/edit_payroll.html +++ b/payroll/templates/payroll/page/edit_payroll.html @@ -5,6 +5,8 @@ {% block breadcrumbs %} {{ block.super }} + + {% breadcrumb "Choose cost centre" "choose_cost_centre" %} {% breadcrumb "Edit payroll" "edit_payroll" %} {% endblock breadcrumbs %} @@ -14,7 +16,7 @@

Edit payroll

Forecast

- This is a temporary table to demostrate the forecast figures. Eventually these + This is a temporary table to demonstrate the forecast figures. Eventually these figures would end up in the "Edit forecast" table.