Commit 0f18ea4b by Adam Palay

redirects edge landing page to /dashboard

parent 2f808a92
......@@ -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):
......
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