podjango: Fix duplicate URLconf entry for "all oggasts"
This commit is contained in:
parent
05c7ed6647
commit
43e3cbe7f1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ urlpatterns = [
|
||||||
]
|
]
|
||||||
|
|
||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
url(r'^$', custom_index, dict(info_dict, paginate_by=20), name='cast'),
|
url(r'^all/$', custom_index, dict(info_dict, paginate_by=20), name='cast'),
|
||||||
url(r'^query/$', query, name='query'),
|
url(r'^query/$', query, name='query'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue