Return an HTTPFound, not HTTPTemporaryRedirect

This commit is contained in:
Christopher Allan Webber 2011-04-03 14:58:51 -05:00
parent 2418182016
commit 73cb7b8efc

View File

@ -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