diff --git a/workflow/usage.rst b/workflow/usage.rst index 4f0b34b8bb3..f6e20a70188 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -515,17 +515,7 @@ You can access the message from a Twig template as follows: {% for transition in workflow_all_transitions(article) %} {% if not workflow_can(article, transition.name) %}
{{ blocker.parameters.expression }}
- {% endif %}
-