Redirect to the user's profile after registration
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:22:26 +0000 (08:22 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:22:26 +0000 (08:22 -0500)
commit0bc036209dab581ad60b97231473c832fca9e875
tree0ee3a19f3f1e3116b8a33e2da0e758c7984c3799
parent7074304c91bfc19e2a6365f3d9567ec5a2636f9d
Redirect to the user's profile after registration

 - Updated the view
 - Updated the tests
 - Fixed a weirdness in the registration view where the 'user'
   variable used to be called 'entry'
mediagoblin/auth/routing.py
mediagoblin/auth/views.py
mediagoblin/tests/test_auth.py