Skip to content

Commit

Permalink
Add prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Giarrocco committed May 9, 2019
1 parent 74a49ad commit fe1b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/views/user.py
Expand Up @@ -123,7 +123,7 @@ def index():


def me():
route = config.get(u'ckan.route_after_login', 'dashboard.index') if g.user else u'user.login'
route = config.get(u'ckan.route_after_login', u'dashboard.index') if g.user else u'user.login'
return h.redirect_to(route)


Expand Down

0 comments on commit fe1b3f7

Please sign in to comment.