From b10c7dfc74057463e8188deb3fae5a7f49d33210 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 27 Apr 2017 15:25:36 -0400 Subject: [PATCH] Use correct url helper. --- lms/djangoapps/courseware/url_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/url_helpers.py b/lms/djangoapps/courseware/url_helpers.py index a5ef5eeafa..7bea317d55 100644 --- a/lms/djangoapps/courseware/url_helpers.py +++ b/lms/djangoapps/courseware/url_helpers.py @@ -26,7 +26,7 @@ def get_redirect_url(course_key, usage_key, unified_course_view=False): Redirect url string """ if usage_key.block_type == 'course' and unified_course_view: - return reverse('edx.course_experience.course_home', args=[unicode(course_key)]) + return reverse('openedx.course_experience.course_home', args=[unicode(course_key)]) ( course_key, chapter, section, vertical_unused,