aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/views.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-04-03 14:58:51 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-04-03 14:58:51 -0500
commit73cb7b8efccd5f220de04005e3b933018f8c227c (patch)
tree77cc3f139d57153b4cb415c7780c62e130778fbe /mediagoblin/auth/views.py
parent24181820162ad73823dcebf902c951200b90559b (diff)
downloadmediagoblin-73cb7b8efccd5f220de04005e3b933018f8c227c.tar.lz
mediagoblin-73cb7b8efccd5f220de04005e3b933018f8c227c.tar.xz
mediagoblin-73cb7b8efccd5f220de04005e3b933018f8c227c.zip
Return an HTTPFound, not HTTPTemporaryRedirect
Diffstat (limited to 'mediagoblin/auth/views.py')
-rw-r--r--mediagoblin/auth/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py
index d970679b..d60e9157 100644
--- a/mediagoblin/auth/views.py
+++ b/mediagoblin/auth/views.py
@@ -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