Commit d3d4e557 by Vik Paruchuri

Fix notification display

parent 457afaae
......@@ -132,8 +132,8 @@ def _peer_grading(tab, user, course, active_page):
def _combined_open_ended_grading(tab, user, course, active_page):
if user.is_authenticated:
link = reverse('open_ended_problems', args=[course.id])
tab_name = "Open Ended Questions"
link = reverse('open_ended_notifications', args=[course.id])
tab_name = "Open Ended Panel"
notifications = open_ended_notifications.combined_notifications(course, user)
pending_grading = notifications['pending_grading']
......
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