Fix notification display
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user