From 0237ce7725e38c95c8b49ea56b54e13475f8dfac Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 24 Dec 2020 16:34:25 +0000 Subject: [PATCH] Remove big_number import from _inbox partial It was used for the spark bar but, I think, wasn't removed when the call to big_number_with_status was: https://github.com/alphagov/notifications-admin/pull/3295 --- app/templates/views/dashboard/_inbox.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/views/dashboard/_inbox.html b/app/templates/views/dashboard/_inbox.html index 901b23195..10ec4694a 100644 --- a/app/templates/views/dashboard/_inbox.html +++ b/app/templates/views/dashboard/_inbox.html @@ -1,4 +1,3 @@ -{% from "components/big-number.html" import big_number, big_number_with_status %} {% from "components/message-count-label.html" import message_count_label %}