diff --git a/apps/main/templates/operation.html b/apps/main/templates/operation.html index 4413177..11d3e78 100644 --- a/apps/main/templates/operation.html +++ b/apps/main/templates/operation.html @@ -41,18 +41,20 @@
@@ -72,7 +74,11 @@ {{ forloop.counter }} {% for key in experiment_keys %} - {{ item|value:key }} + {% if 'status' in key %} + {{ item|value:key }} + {% else %} + {{ item|value:key }} + {% endif %} {% endfor %} {% endif %} @@ -92,25 +98,18 @@ {% block extra-js%}