Return an HTTPFound, not HTTPTemporaryRedirect
This commit is contained in:
parent
2418182016
commit
73cb7b8efc
@ -48,7 +48,7 @@ def register(request):
|
||||
# TODO: Send email authentication request
|
||||
|
||||
# Redirect to register_success
|
||||
return exc.HTTPTemporaryRedirect(
|
||||
return exc.HTTPFound(
|
||||
location=request.urlgen("mediagoblin.auth.register_success"))
|
||||
|
||||
# render
|
||||
|
Loading…
x
Reference in New Issue
Block a user