Fixed OAuth access_token duplicate route

Changed route name to "[...]list_connections"
This commit is contained in:
Joar Wandborg
2012-10-15 00:12:58 +02:00
parent 0d857844b1
commit d56e82635f
6 changed files with 18 additions and 10 deletions

View File

@@ -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/',