Skip to content

Commit

Permalink
bug fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
samgoodgame committed Aug 18, 2016
1 parent bc93eae commit 9b88894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ ENV/
# Corpora and Fixtures
corpus/fixtures/debates
corpus/fixtures/*.pickle

# Mac Stuff
.DS_Store
2 changes: 1 addition & 1 deletion members/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

urlpatterns = (
url(r'^members/$', MemberListView.as_view(), name='list'),
url(r'^(?P<slug>[\w-]+)/$', MemberView.as_view(), name='detail'),
url(r'^(?P<slug>[\w\.\-]+)/$', MemberView.as_view(), name='detail'),
)

0 comments on commit 9b88894

Please sign in to comment.