diff options
author | Frederick Muriuki Muriithi | 2024-06-14 10:42:47 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-14 10:43:57 -0500 |
commit | e82d5812fa99fc4d76e85771469c7f8afb0f5925 (patch) | |
tree | 3f2572421b96bc8af3510dcaa3445ac07b3ac0b5 /qc_app | |
parent | 0783b155002da7034d68ead6c62ccdb0670b37b7 (diff) | |
download | gn-uploader-e82d5812fa99fc4d76e85771469c7f8afb0f5925.tar.gz |
Remove unused template imports
Diffstat (limited to 'qc_app')
-rw-r--r-- | qc_app/templates/index.html | 2 |
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%} |