From c8dea636183133bb68d11441f472aebc0880677c Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Fri, 27 Dec 2024 11:17:14 +0100 Subject: [PATCH] Isolate curly linter error --- .../algorithms/job_status_detail.html | 93 ++++++++++--------- 1 file changed, 48 insertions(+), 45 deletions(-) diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html index c4fc435f9..07d9b0d33 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html @@ -1,52 +1,55 @@ - - {% if object.animate %} - - {% endif %} - {{ object.get_status_display }}{% if object.status == object.SUCCESS and object.stderr %}, - with warnings{% endif %} - -{% if object.error_message %} +
+ + {% if object.animate %} + + {% endif %} + {{ object.get_status_display }}{% if object.status == object.SUCCESS and object.stderr %}, + with warnings{% endif %} + -