aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates')
-rw-r--r--qc_app/templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index 74e4694..9111af0 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -33,6 +33,9 @@
</fieldset>
<fieldset>
+ <span id="no-file-error" class="alert-error" style="display: none;">
+ No file selected
+ </span>
<label for="file_upload" class="form-col-1">select file</label>
<input type="file" name="qc_text_file" id="file_upload"
accept="text/plain, text/tab-separated-values, application/zip"