From e12bab19f4a02cb3b07fcf4592a919f125a6dc15 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann <a.beckmann@fz-juelich.de> Date: Thu, 29 Apr 2021 19:01:42 +0200 Subject: [PATCH] tentative style for the participant list --- create-evaluation-files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create-evaluation-files.py b/create-evaluation-files.py index 8916c7a..00973e5 100644 --- a/create-evaluation-files.py +++ b/create-evaluation-files.py @@ -922,6 +922,8 @@ for cell in user_sorted.most_common(): elif user_data[id]['selected']: # current student is selected for project; display it in special way style = "registrant_selected" + if user_data[id]['tentative']: + style = "registrant_selected_tentative" else: # ordinary row style = "" -- GitLab