Update worklog template to change submit button label to save button
This commit is contained in:
parent
26e55b9a3e
commit
146dcafab3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
{'label': 'Work Log', 'url': url_for('main.list_worklog')}
|
||||
],
|
||||
title=title,
|
||||
submit_button=True
|
||||
save_button=True
|
||||
) }}
|
||||
|
||||
<div class="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue