From 0d36a0ef1653603baf5712905c6767487965bcb1 Mon Sep 17 00:00:00 2001 From: Richard Chapman Date: Tue, 21 Nov 2017 11:09:00 +0000 Subject: [PATCH] Updated link to for browsing to financial years The link which when clicked allows the user to view different financial years was pointing to the template_activity page. Updated to the link to point to the new page. --- app/main/views/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/dashboard.py b/app/main/views/dashboard.py index a027fe4ff..63a0389d9 100644 --- a/app/main/views/dashboard.py +++ b/app/main/views/dashboard.py @@ -142,7 +142,7 @@ def template_usage(service_id): for month in months ), years=get_tuples_of_financial_years( - partial(url_for, '.template_history', service_id=service_id), + partial(url_for, '.template_usage', service_id=service_id), end=current_financial_year, ), selected_year=year