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

try to display online-only state

parent 5e035007
No related branches found
No related tags found
No related merge requests found
...@@ -780,6 +780,8 @@ for projID in project_ids: ...@@ -780,6 +780,8 @@ for projID in project_ids:
user_data[x]['Email']) user_data[x]['Email'])
if user_data[x]['tentative']: if user_data[x]['tentative']:
_cur_proj_students += "<td>TENTATIVE</td>" _cur_proj_students += "<td>TENTATIVE</td>"
if user_data[x]['I am confirming my participation for the selected project'] != "Yes":
_cur_proj_students += "<td>online-only</td>"
_cur_proj_sep = "</tr><tr><td>" _cur_proj_sep = "</tr><tr><td>"
tmp_row = tmp_row.replace("{{PARTICIPANTS_LIST}}", _cur_proj_students) tmp_row = tmp_row.replace("{{PARTICIPANTS_LIST}}", _cur_proj_students)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment