Remove fp_email_sent.html and refs to it

This commit is contained in:
Jef van Schendel
2012-01-01 19:00:56 +01:00
parent 415077a743
commit d8db95e4b7
2 changed files with 0 additions and 32 deletions

View File

@@ -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')]