Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrant committed Mar 6, 2014
1 parent 44a6082 commit 7e8bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
url(r'^browse/$', Browse.as_view(), name='browse'),
url(r'^browse/category/(?P<category_slug>\S+)/$', Browse.as_view(), name='browse_category'),

url(r'^magictokenlogin/([0-9a-zA-Z]+)/$', MagicTokenLogin.as_view(), name='magic_token_login'),
url(r'^magictokenlogin/([$_0-9a-zA-Z]+)/$', MagicTokenLogin.as_view(), name='magic_token_login'),
)

0 comments on commit 7e8bfb3

Please sign in to comment.