From 73519f187affea7d555775488153980a51221875 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Wed, 18 Aug 2021 12:37:53 +0200 Subject: [PATCH] Reenable the traffic light recomendation in submission table. --- hypha/apply/review/templatetags/review_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/review/templatetags/review_tags.py b/hypha/apply/review/templatetags/review_tags.py index e9c7e297a..891c3699f 100644 --- a/hypha/apply/review/templatetags/review_tags.py +++ b/hypha/apply/review/templatetags/review_tags.py @@ -21,7 +21,7 @@ TRAFFIC_LIGHT_COLORS = { } } -TRAFFIC_LIGHT_TEMPLATE = '<span class="traffic-light traffic-light__{color}"></span>' +TRAFFIC_LIGHT_TEMPLATE = '<span class="traffic-light traffic-light--{color}"></span>' @register.filter() -- GitLab