mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Require a trailing slash at the end of urls
This commit is contained in:
parent
ab6b48c9d9
commit
67a272b09b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ urlpatterns = patterns('django.views.generic.list_detail',
|
|||
)
|
||||
|
||||
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'),
|
||||
)
|
||||
Loading…
Reference in a new issue