X-Git-Url: http://git.veekun.com/zzz-spline-users.git/blobdiff_plain/621eeb2e049b106ca8c794c0d3e958527eb3f060..29c938f83a6f65a3f11cc64f39c827b6ab839cf3:/spline/plugins/users/controllers/users.py?ds=sidebyside diff --git a/spline/plugins/users/controllers/users.py b/spline/plugins/users/controllers/users.py index 6cb36d5..4811aa0 100644 --- a/spline/plugins/users/controllers/users.py +++ b/spline/plugins/users/controllers/users.py @@ -86,5 +86,5 @@ class UsersController(BaseController): h.flash('Saved your profile.', icon='tick') redirect_to(controller='users', action='profile', - id=c.page_user.id, name=c.page_user.name.lower(), + id=c.page_user.id, name=c.page_user.name, _code=303)