redirects edge landing page to /dashboard
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user