mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 08:38:26 -04:00
Remove big_number import from uploaded-letters
Looks like the import was there when the template was added but there are no calls to it so removing it.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{% extends "withnav_template.html" %}
|
{% extends "withnav_template.html" %}
|
||||||
{% from 'components/big-number.html' import big_number %}
|
|
||||||
{% from 'components/message-count-label.html' import message_count_label %}
|
{% from 'components/message-count-label.html' import message_count_label %}
|
||||||
{% from "components/page-header.html" import page_header %}
|
{% from "components/page-header.html" import page_header %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user