Skip to content

Commit

Permalink
Fixed #8 -- Consistent URL patterns
Browse files Browse the repository at this point in the history
Thanks to elnappo for reporting this issue.
  • Loading branch information
Bouke committed Apr 27, 2014
1 parent 7a05749 commit 0a527a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_sessions/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name='session_list',
),
url(
regex=r'^sessions/(?P<pk>\w+)/delete/$',
regex=r'^account/sessions/(?P<pk>\w+)/delete/$',
view=SessionDeleteView.as_view(),
name='session_delete',
),
Expand Down

0 comments on commit 0a527a7

Please sign in to comment.