projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9933521
)
Remove accidentally duplicated return statement
author
Magnus Hagander
<magnus@hagander.net>
Sun, 12 Dec 2021 16:15:02 +0000
(17:15 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 19 Dec 2021 11:10:57 +0000
(12:10 +0100)
pgweb/account/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/views.py
b/pgweb/account/views.py
index e7df5d8b3c34694e45d09ca1f23f4518f458db32..0b381ff64eaf628ebca330b82a19235d1db4b762 100644
(file)
--- 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'")