don't fetch notes list for the log-page
This commit is contained in:
@@ -40,7 +40,6 @@ async def file_fetch():
|
|||||||
data["file-list"] = await render_template('templ_log_files_list.html.j2',
|
data["file-list"] = await render_template('templ_log_files_list.html.j2',
|
||||||
dir_list=get_list_data())
|
dir_list=get_list_data())
|
||||||
|
|
||||||
data["notes-list"] = await render_template('templ_notes_list.html.j2')
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user