redirects edge landing page to /dashboard

This commit is contained in:
Adam Palay
2013-08-02 17:18:49 -04:00
parent 2f808a92a3
commit 0f18ea4bf7

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):