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 %}