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:
Tom Byers
2020-12-24 16:24:27 +00:00
parent 24af978871
commit 5205743871

View File

@@ -1,5 +1,4 @@
{% extends "withnav_template.html" %}
{% from 'components/big-number.html' import big_number %}
{% from 'components/message-count-label.html' import message_count_label %}
{% from "components/page-header.html" import page_header %}