aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-10-15 00:12:58 +0200
committerJoar Wandborg <git@wandborg.com>2012-10-15 22:59:53 +0200
commitd56e82635f85f7a8a7d184a3eae539c09a7b001d (patch)
tree04c1c07fd834027a4753b1697bf9701e2de94760 /mediagoblin/auth
parent0d857844b12b033ee8ecdbcfa474781f835bee59 (diff)
downloadmediagoblin-d56e82635f85f7a8a7d184a3eae539c09a7b001d.tar.lz
mediagoblin-d56e82635f85f7a8a7d184a3eae539c09a7b001d.tar.xz
mediagoblin-d56e82635f85f7a8a7d184a3eae539c09a7b001d.zip
Fixed OAuth access_token duplicate route
Changed route name to "[...]list_connections"
Diffstat (limited to 'mediagoblin/auth')
-rw-r--r--mediagoblin/auth/routing.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/auth/routing.py b/mediagoblin/auth/routing.py
index 145761ea..2a6abb47 100644
--- a/mediagoblin/auth/routing.py
+++ b/mediagoblin/auth/routing.py
@@ -16,8 +16,6 @@
auth_routes = [
- ('mediagoblin.auth.logout',
- '/logout/', 'mediagoblin.auth.views:logout'),
('mediagoblin.auth.register', '/register/',
'mediagoblin.auth.views:register'),
('mediagoblin.auth.login', '/login/',