aboutsummaryrefslogtreecommitdiffstats
path: root/templates/responses
diff options
context:
space:
mode:
Diffstat (limited to 'templates/responses')
-rw-r--r--templates/responses/click_files_drawer_toggle.html4
-rw-r--r--templates/responses/navigate_files.html4
2 files changed, 5 insertions, 3 deletions
diff --git a/templates/responses/click_files_drawer_toggle.html b/templates/responses/click_files_drawer_toggle.html
index 87936f4..ab79013 100644
--- a/templates/responses/click_files_drawer_toggle.html
+++ b/templates/responses/click_files_drawer_toggle.html
@@ -1,7 +1,7 @@
{% include 'fragments/files_drawer_form.html' %}
-<div id="files-list"
+<div id="file-browser"
hx-swap-oob="outerHTML">
- {% include 'fragments/files_list.html' %}
+ {% include 'fragments/file_browser.html' %}
</div>
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>