Remove accidentally duplicated return statement

This commit is contained in:
Magnus Hagander
2021-12-12 17:15:02 +01:00
parent 99335210a7
commit d41687fe5b

View File

@ -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'")