Skip to content

Commit

Permalink
Merge pull request #569 from edx/fix/adam/edge-redirect
Browse files Browse the repository at this point in the history
redirects edge landing page to /dashboard
  • Loading branch information
feanil committed Aug 5, 2013
2 parents 16cee19 + 0f18ea4 commit 2f27f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/views/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2f27f7c

Please sign in to comment.