mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 09:33:54 +01:00
Show workflow name on workflow history index page
This commit is contained in:
parent
2aa8d17dc7
commit
384969e130
@ -28,7 +28,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<h2>{{ workflow_name }}</h2>
|
||||
<h2>{{ workflow_state.workflow.name }}</h2>
|
||||
{% trans 'Approved task' as approved_title %}
|
||||
{% trans 'Incomplete task' as incomplete_title %}
|
||||
{% for task in workflow_state.all_tasks_with_status %}
|
||||
|
Loading…
Reference in New Issue
Block a user