From bcbb087413696eb13279ea5ab1eb49882a7aea7a Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Fri, 27 Dec 2024 11:07:38 +0100 Subject: [PATCH] Fix curly linter errors --- .../algorithms/job_status_detail.html | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html index e69de29bb2..c4fc435f95 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html @@ -0,0 +1,52 @@ + + {% if object.animate %} + + {% endif %} + {{ object.get_status_display }}{% if object.status == object.SUCCESS and object.stderr %}, + with warnings{% endif %} + + +{% if object.error_message %} + + + +
+ + + {{ object.error_message | truncatechars:16 }} + +
+ +{% endif %}