From 7673b4e1b67b01e018b7aeaaa1af4ca10a18be2b Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Mon, 16 Jun 2025 10:34:28 -0500 Subject: [PATCH] Fix stale worklog table rendering by updating the table identifier from 'index' to 'worklog_entry' --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 4d386e7..08eded5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@ {{ tables.render_table( stale_worklog_headers, stale_worklog_rows, - 'index' + 'worklog_entry' )}} {{ tables.render_pagination( 'index',