mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user