From e236fe5e24e92da2ce306ddbfd0a4479bf2b7971 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 26 Nov 2019 19:04:09 +0000 Subject: [PATCH] Make 'running' a badge. --- templates/query_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/query_list.html b/templates/query_list.html index 7d7918e..e3f12af 100644 --- a/templates/query_list.html +++ b/templates/query_list.html @@ -33,7 +33,7 @@ {% if obj.end_time %} {{ obj.display_seconds }} secs {% else %} - running + running {% endif %}