Commit 06a47933 by Joe Blaylock

Merge pull request #67 from Stanford-Online/stv/rc-munge

Fix failing forked test
parents 9a5df72e 9ae85fff
...@@ -630,7 +630,7 @@ class OpenEndedGradingTab(AuthenticatedCourseTab, GradingTab): ...@@ -630,7 +630,7 @@ class OpenEndedGradingTab(AuthenticatedCourseTab, GradingTab):
super(OpenEndedGradingTab, self).__init__( super(OpenEndedGradingTab, self).__init__(
# Translators: "Open Ended Panel" appears on a tab that, when clicked, opens up a panel that # Translators: "Open Ended Panel" appears on a tab that, when clicked, opens up a panel that
# displays information about open-ended problems that a user has submitted or needs to grade # displays information about open-ended problems that a user has submitted or needs to grade
name=_("Open Ended Panel"), name=_("Assessment Panel"),
tab_id=self.type, tab_id=self.type,
link_func=link_reverse_func('open_ended_notifications'), link_func=link_reverse_func('open_ended_notifications'),
) )
......
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