summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index d431a4c..d34f097 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -227,10 +227,10 @@
<div class="modal-header">
</div>
<div class="modal-body">
-<form>
- <input type="file" id="fileSelect"/>
- <button id="fileuploadsubmit" type="button" >Upload</button>
-</form>
+ <form>
+ <input type="file" id="fileSelect" accept="text/csv" />
+ <button id="fileuploadsubmit" type="button" >Upload</button>
+ </form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>