Commit 2f27f7c4 by Feanil Patel

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

redirects edge landing page to /dashboard
parents 16cee198 0f18ea4b
...@@ -12,7 +12,7 @@ def landing(request, org, course, coursename): ...@@ -12,7 +12,7 @@ def landing(request, org, course, coursename):
# points to the temporary edge page # points to the temporary edge page
def edge(request): def edge(request):
return redirect('/') return redirect('/dashboard')
def event(request): def event(request):
......
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