mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +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,
|
'org': email.org,
|
||||||
'email': email.address,
|
'email': email.address,
|
||||||
})
|
})
|
||||||
return HttpResponseRedirect('/account/organisations/{}/'.format(email.org.id))
|
|
||||||
|
|
||||||
|
|
||||||
@content_sources('style', "'unsafe-inline'")
|
@content_sources('style', "'unsafe-inline'")
|
||||||
|
Reference in New Issue
Block a user