Hide client details in timer function edit template

This commit is contained in:
Peter Stockings
2025-02-17 00:08:37 +11:00
parent aeb880ed0a
commit d5338f17c1

View File

@@ -7,7 +7,7 @@ function_id=function_id,
active_tab='edit', active_tab='edit',
show_edit_form=True, show_edit_form=True,
show_logs=True, show_logs=True,
show_client=True, show_client=False,
show_history=True, show_history=True,
edit_url=url_for('timer.edit', function_id=function_id), edit_url=url_for('timer.edit', function_id=function_id),
cancel_url=url_for('timer.overview')) }} cancel_url=url_for('timer.overview')) }}