Skip to content
Snippets Groups Projects
Commit e12bab19 authored by Andreas Beckmann's avatar Andreas Beckmann
Browse files

tentative style for the participant list

parent 85fc26a4
No related branches found
No related tags found
No related merge requests found
...@@ -922,6 +922,8 @@ for cell in user_sorted.most_common(): ...@@ -922,6 +922,8 @@ for cell in user_sorted.most_common():
elif user_data[id]['selected']: elif user_data[id]['selected']:
# current student is selected for project; display it in special way # current student is selected for project; display it in special way
style = "registrant_selected" style = "registrant_selected"
if user_data[id]['tentative']:
style = "registrant_selected_tentative"
else: else:
# ordinary row # ordinary row
style = "" style = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment