From e82d5812fa99fc4d76e85771469c7f8afb0f5925 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Jun 2024 10:42:47 -0500 Subject: Remove unused template imports --- qc_app/templates/index.html | 2 -- 1 file changed, 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%} -- cgit v1.2.3