Merge pull request #569 from edx/fix/adam/edge-redirect

redirects edge landing page to /dashboard
This commit is contained in:
Feanil Patel
2013-08-05 09:13:29 -07:00

View File

@@ -12,7 +12,7 @@ def landing(request, org, course, coursename):
# points to the temporary edge page
def edge(request):
return redirect('/')
return redirect('/dashboard')
def event(request):