0
0
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:
Sage Abdullah 2023-01-11 15:27:31 +00:00
parent 2aa8d17dc7
commit 384969e130
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217

View File

@ -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 %}