diff options
Diffstat (limited to 'qc_app/templates/index.html')
-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%} |