From 06805d1e7005f5d32d26e7f1b8f0bfc14eb4c2ea Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Wed, 28 Nov 2018 17:18:59 -0800 Subject: [PATCH] file browser does not show files in root directory; removed test file --- compiler/datasheet/server_scripts/files/testfile.asdf | 0 compiler/datasheet/server_scripts/templates/index.html | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 compiler/datasheet/server_scripts/files/testfile.asdf diff --git a/compiler/datasheet/server_scripts/files/testfile.asdf b/compiler/datasheet/server_scripts/files/testfile.asdf deleted file mode 100644 index e69de29b..00000000 diff --git a/compiler/datasheet/server_scripts/templates/index.html b/compiler/datasheet/server_scripts/templates/index.html index 66720d67..31eae12a 100644 --- a/compiler/datasheet/server_scripts/templates/index.html +++ b/compiler/datasheet/server_scripts/templates/index.html @@ -4,9 +4,9 @@
- {% for root, dir, files in os.walk(filedir) %} - + {% if root != filedir %} +
@@ -18,7 +18,7 @@ {% endfor %}
- + {% endif %} {% endfor %}