don't fetch notes list for the log-page

This commit is contained in:
Stefan Allius
2025-05-03 22:55:30 +02:00
parent c591bba8b1
commit 5c2be5b0c7

View File

@@ -40,7 +40,6 @@ async def file_fetch():
data["file-list"] = await render_template('templ_log_files_list.html.j2',
dir_list=get_list_data())
data["notes-list"] = await render_template('templ_notes_list.html.j2')
return data