Skip to content

Commit

Permalink
[#3016] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 22, 2012
1 parent 11081ae commit 9b766b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/routing.py
Expand Up @@ -304,7 +304,7 @@ def make_map():
m.connect('user_activity_stream', '/user/activity/{id}',
action='activity', ckan_icon='time')
m.connect('/user/dashboard', action='dashboard')
m.connect('user_follow', '/user/follow/{id}', action='fellow')
m.connect('user_follow', '/user/follow/{id}', action='follow')
m.connect('/user/unfollow/{id}', action='unfollow')
m.connect('user_followers', '/user/followers/{id:.*}',
action='followers', ckan_icon='group')
Expand Down

0 comments on commit 9b766b6

Please sign in to comment.