mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Show experiment_marks_missing
This commit is contained in:
parent
21981825a7
commit
0c7a3d8ef8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class AssistantGroupExperimentView(SecureAssistantModelView):
|
||||||
"group.number",
|
"group.number",
|
||||||
"group.part_students",
|
"group.part_students",
|
||||||
"appointments",
|
"appointments",
|
||||||
# TODO: "final_experiment_marks_set",
|
"experiment_marks_missing",
|
||||||
"note",
|
"note",
|
||||||
]
|
]
|
||||||
column_labels = {
|
column_labels = {
|
||||||
|
|
Loading…
Reference in a new issue