From d41687fe5b35dcde5a45a4d1b5409c8f77d30991 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 12 Dec 2021 17:15:02 +0100 Subject: [PATCH] Remove accidentally duplicated return statement --- pgweb/account/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pgweb/account/views.py b/pgweb/account/views.py index e7df5d8b..0b381ff6 100644 --- a/pgweb/account/views.py +++ b/pgweb/account/views.py @@ -301,7 +301,6 @@ def confirm_org_email(request, token): 'org': email.org, 'email': email.address, }) - return HttpResponseRedirect('/account/organisations/{}/'.format(email.org.id)) @content_sources('style', "'unsafe-inline'") -- 2.39.5