aboutsummaryrefslogtreecommitdiffstats
path: root/templates/responses/navigate_files.html
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-10-12 09:39:50 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-10-12 09:43:39 +0300
commit9cb1b001ae709fc40dc3502f2e7d56178fee4acf (patch)
tree15bf9c7f8f10035c616c13e38fd20003d4cd67fd /templates/responses/navigate_files.html
parent873e0766f31dd427f52f0d51477ec71173eed5fa (diff)
Improve stuffHEADmain
Diffstat (limited to 'templates/responses/navigate_files.html')
-rw-r--r--templates/responses/navigate_files.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/responses/navigate_files.html b/templates/responses/navigate_files.html
index 23763ba..7aeb45d 100644
--- a/templates/responses/navigate_files.html
+++ b/templates/responses/navigate_files.html
@@ -1 +1,3 @@
-{% include 'fragments/files_list.html' %}
+<div id="file-browser">
+ {% include 'fragments/file_browser.html' %}
+</div>