Skip to content

Commit

Permalink
Require a trailing slash at the end of urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed May 28, 2010
1 parent ab6b48c commit 67a272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
)

urlpatterns += patterns('categories.views',
url(r'^(?P<path>.+)$', 'category_detail', {'with_stories': True}, name='categories_category'),
url(r'^(?P<path>.+)/$', 'category_detail', {'with_stories': True}, name='categories_category'),
)

0 comments on commit 67a272b

Please sign in to comment.