diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html index 5bd96b5992..2de603a4b7 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html @@ -1,3 +1,5 @@ +{% load log_filter %} + {% if object.status == object.SUCCESS and object.stderr %}