mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Remove accidentally duplicated return statement
This commit is contained in:
@ -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'")
|
||||
|
Reference in New Issue
Block a user