diff --git a/src/postorius/views/user.py b/src/postorius/views/user.py index c750b53..9c1b504 100644 --- a/src/postorius/views/user.py +++ b/src/postorius/views/user.py @@ -239,6 +239,7 @@ profile.send_confirmation_link(request) messages.success(request, _('Please follow the instructions sent via email to confirm the address')) + return redirect('user_profile') except (SMTPException, socket_error) as serr: if not isinstance(serr, SMTPException) and serr.errno != errno.ECONNREFUSED: raise serr