From fb442237a1bec5deba07e0a7dabd55e59eb1de41 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 24 Dec 2020 16:32:49 +0000 Subject: [PATCH] Remove big_number import from dashboard It was added in: https://github.com/alphagov/notifications-admin/pull/734 but neither macro is called so assuming it can be removed. --- app/templates/views/dashboard/dashboard.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index fa8405690..b0afa1d54 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -1,6 +1,5 @@ {% extends "withnav_template.html" %} -{% from "components/big-number.html" import big_number, big_number_with_status %} {% from "components/show-more.html" import show_more %} {% from "components/message-count-label.html" import message_count_label %} {% from "components/table.html" import list_table, field, right_aligned_field_heading, hidden_field_heading %}