diff --git a/cms/urls.py b/cms/urls.py index d35d9a0d00..811d47657f 100644 --- a/cms/urls.py +++ b/cms/urls.py @@ -35,7 +35,7 @@ urlpatterns = ('', url(r'^(?P[^/]+)/(?P[^/]+)/assets/(?P[^/]+)$', 'contentstore.views.asset_index', name='asset_index'), # temporary landing page for a course - url(r'^landing/(?P[^/]+)/(?P[^/]+)/course/(?P[^/]+)$', 'contentstore.views.landing', name='landing'), + url(r'^edge/(?P[^/]+)/(?P[^/]+)/course/(?P[^/]+)$', 'contentstore.views.landing', name='landing'), url(r'^not_found$', 'contentstore.views.not_found', name='not_found'), url(r'^server_error$', 'contentstore.views.server_error', name='server_error'),