diff --git a/VERSION b/VERSION index b3a2beef..25bf7f55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.1-alpha.2+timestamp.2012.12.28.15.44.29 +Version 2.4.1-alpha.2+timestamp.2012.12.28.16.18.51 diff --git a/applications/welcome/views/default/user.html b/applications/welcome/views/default/user.html index 475be5b3..b4bd0a15 100644 --- a/applications/welcome/views/default/user.html +++ b/applications/welcome/views/default/user.html @@ -4,7 +4,7 @@ {{ if request.args(0)=='login': if not 'register' in auth.settings.actions_disabled: - form.add_button(T('Register'),URL(args='register'),_class='btn') + form.add_button(T('Register'),URL(args='register', vars={'_next': request.vars._next} if request.vars._next else None),_class='btn') pass if not 'request_reset_password' in auth.settings.actions_disabled: form.add_button(T('Lost Password'),URL(args='request_reset_password'),_class='btn')