aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit/routing.py
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2013-05-21 18:34:23 +0200
committerElrond <elrond+mediagoblin.org@samba-tng.org>2013-05-21 18:34:23 +0200
commitd5e035e9193cb9c9faff0e8601e2908bf5285f9c (patch)
tree7cdc675b8b8e504f5f0087dd5b275fa596685406 /mediagoblin/edit/routing.py
parent6c1467d570a4da68ef8b4edac9aecdb9c87a61de (diff)
parent2ba7603469a80ccfc1c07ddebc53ad6c6f0a6f79 (diff)
downloadmediagoblin-d5e035e9193cb9c9faff0e8601e2908bf5285f9c.tar.lz
mediagoblin-d5e035e9193cb9c9faff0e8601e2908bf5285f9c.tar.xz
mediagoblin-d5e035e9193cb9c9faff0e8601e2908bf5285f9c.zip
Merge remote-tracking branch 'rodney757/change_pass'
* rodney757/change_pass: fixed translation, and changed tabs to spaces, and change it so the user can view their password as they're typing. modified change_pass tests moved change pass to a seperate view and fixed issues 709
Diffstat (limited to 'mediagoblin/edit/routing.py')
-rw-r--r--mediagoblin/edit/routing.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/edit/routing.py b/mediagoblin/edit/routing.py
index 035a766f..622729ac 100644
--- a/mediagoblin/edit/routing.py
+++ b/mediagoblin/edit/routing.py
@@ -24,3 +24,5 @@ add_route('mediagoblin.edit.account', '/edit/account/',
'mediagoblin.edit.views:edit_account')
add_route('mediagoblin.edit.delete_account', '/edit/account/delete/',
'mediagoblin.edit.views:delete_account')
+add_route('mediagoblin.edit.pass', '/edit/password/',
+ 'mediagoblin.edit.views:change_pass')