Skip to content

Commit

Permalink
Merge pull request #1062 from mkurek/feature/scrooge-home-page-redirect
Browse files Browse the repository at this point in the history
fixed home page hierarchy for scrooge
  • Loading branch information
mkurek committed Sep 11, 2014
2 parents b2d6314 + d7eab38 commit 0d807ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/account/views.py
Expand Up @@ -150,7 +150,7 @@ class UserHomePage(RedirectView):

def get(self, request, *args, **kwargs):
redirect_hierarchy = [
(Perm.has_scrooge_access, 'ralph_pricing'),
(Perm.has_scrooge_access, 'ralph_scrooge'),
(Perm.has_assets_access, 'ralph_assets'),
]
profile = request.user.get_profile()
Expand Down

0 comments on commit 0d807ed

Please sign in to comment.