From 24af9788711a69a0a639eaae3800bb0f07d085c8 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 22 Dec 2020 14:50:17 +0000 Subject: [PATCH] Remove big_number import from table component Looks like this was added in: https://github.com/alphagov/notifications-admin/commit/4a226a7a29d83a4187ae2df089098bbdcebf2202 ...and used in the spark_bar_field macro. That macro was removed in: https://github.com/alphagov/notifications-admin/commit/89b88ee4cb681267177570a6b79db8ff1f4afdf3 ..but the import was missed out. --- app/templates/components/table.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/templates/components/table.html b/app/templates/components/table.html index e88a27f97..72b6cdc3b 100644 --- a/app/templates/components/table.html +++ b/app/templates/components/table.html @@ -1,5 +1,3 @@ -{% from "components/big-number.html" import big_number %} - {% macro mapping_table(caption='', field_headings=[], field_headings_visible=True, caption_visible=True, equal_length=False) -%}