aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-14 10:42:47 -0500
committerFrederick Muriuki Muriithi2024-06-14 10:43:57 -0500
commite82d5812fa99fc4d76e85771469c7f8afb0f5925 (patch)
tree3f2572421b96bc8af3510dcaa3445ac07b3ac0b5
parent0783b155002da7034d68ead6c62ccdb0670b37b7 (diff)
downloadgn-uploader-e82d5812fa99fc4d76e85771469c7f8afb0f5925.tar.gz
Remove unused template imports
-rw-r--r--qc_app/templates/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index e23dde1..89d2ae9 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -1,6 +1,4 @@
{%extends "base.html"%}
-{%from "flash_messages.html" import flash_messages%}
-{%from "upload_progress_indicator.html" import upload_progress_indicator%}
{%block title%}Data Upload{%endblock%}