diff --git a/workflow/usage.rst b/workflow/usage.rst index 22c0ecff5da..5373c6e1345 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -467,7 +467,7 @@ The following example shows these functions in action: {% endfor %} {# Check if the object is in some specific place #} - {% if workflow_has_marked_place(post, 'to_review') %} + {% if workflow_has_marked_place(post, 'review') %}

This post is ready for review.

{% endif %}