Skip to content
Snippets Groups Projects
Commit 8758c32a authored by stvn's avatar stvn
Browse files

Enable backend config for specific-student masquerading

parent d4f1c271
No related merge requests found
......@@ -132,6 +132,11 @@ class MasqueradeView(View):
'name': 'Learner',
'role': 'student',
},
{
'name': 'Specific Student...',
'role': 'student',
'user_name': course.user_name or '',
},
],
}
for partition in partitions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment