From d5338f17c1e76e5ea0a7190284f00f452afae0fa Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Mon, 17 Feb 2025 00:08:37 +1100 Subject: [PATCH] Hide client details in timer function edit template --- templates/dashboard/timer_functions/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboard/timer_functions/edit.html b/templates/dashboard/timer_functions/edit.html index 9d65e0e..62ad78c 100644 --- a/templates/dashboard/timer_functions/edit.html +++ b/templates/dashboard/timer_functions/edit.html @@ -7,7 +7,7 @@ function_id=function_id, active_tab='edit', show_edit_form=True, show_logs=True, -show_client=True, +show_client=False, show_history=True, edit_url=url_for('timer.edit', function_id=function_id), cancel_url=url_for('timer.overview')) }}