Commit cc31b5cc by David Baumgold

Fix another unbound underscore

parent 249aa8ef
......@@ -597,7 +597,7 @@ def instructor_dashboard(request, course_id):
elif 'List beta testers' in action:
role = CourseBetaTesterRole(course.location)
datatable = _role_members_table(role, _("List of Beta Testers"), course_id)
datatable = _role_members_table(role, _u("List of Beta Testers"), course_id)
track.views.server_track(request, "list-beta-testers", {}, page="idashboard")
elif action == 'Add beta testers':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment