From 72bf9679c61a26a06844f5fb48f35cdc5f87123b Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 24 Dec 2020 16:40:20 +0000 Subject: [PATCH] Remove big_number import from _upcoming template Think the only use of the macro in this page was removed in: https://github.com/alphagov/notifications-admin/pull/3316 ...but the import wasn't. This removes it. --- app/templates/views/dashboard/_upcoming.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/dashboard/_upcoming.html b/app/templates/views/dashboard/_upcoming.html index cd0579195..23ab02890 100644 --- a/app/templates/views/dashboard/_upcoming.html +++ b/app/templates/views/dashboard/_upcoming.html @@ -1,5 +1,4 @@ {% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading %} -{% from "components/big-number.html" import big_number %} {% from "components/show-more.html" import show_more %}