diff --git a/themes/grav/templates/forms/fields/cronstatus/cronstatus.html.twig b/themes/grav/templates/forms/fields/cronstatus/cronstatus.html.twig index 2beda52d..5ffa0404 100644 --- a/themes/grav/templates/forms/fields/cronstatus/cronstatus.html.twig +++ b/themes/grav/templates/forms/fields/cronstatus/cronstatus.html.twig @@ -18,8 +18,15 @@ {% set job_id_md5 = job_id|md5 %} {% set job_state = attribute(job_states, job_id) %} {% set job_at = job.getAt|default('* * * * *') %} + {% set job_backlink = job.backlink %}