diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-01 19:00:56 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-01 19:00:56 +0100 |
commit | d8db95e4b72ae30c368aeba41993004b95bc7412 (patch) | |
tree | 9bd8372236fd65ef7bd38fd61c65e3bb5a402b13 /mediagoblin/auth/routing.py | |
parent | 415077a743400f9d9fa476b37c5b3aff4683f942 (diff) | |
download | mediagoblin-d8db95e4b72ae30c368aeba41993004b95bc7412.tar.lz mediagoblin-d8db95e4b72ae30c368aeba41993004b95bc7412.tar.xz mediagoblin-d8db95e4b72ae30c368aeba41993004b95bc7412.zip |
Remove fp_email_sent.html and refs to it
Diffstat (limited to 'mediagoblin/auth/routing.py')
-rw-r--r-- | mediagoblin/auth/routing.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin/auth/routing.py b/mediagoblin/auth/routing.py index 365ccfaa..699ecbe1 100644 --- a/mediagoblin/auth/routing.py +++ b/mediagoblin/auth/routing.py @@ -39,8 +39,4 @@ auth_routes = [ Route('mediagoblin.auth.fp_changed_success', '/forgot_password/changed_success/', template='mediagoblin/auth/fp_changed_success.html', - controller='mediagoblin.views:simple_template_render'), - Route('mediagoblin.auth.fp_email_sent', - '/forgot_password/email_sent/', - template='mediagoblin/auth/fp_email_sent.html', controller='mediagoblin.views:simple_template_render')] |