forked from 0x2620/pandora
fix non-javascript fallback/search index
This commit is contained in:
parent
446c0275e0
commit
651bef183d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ urlpatterns += patterns('',
|
|||
)
|
||||
urlpatterns += patterns('',
|
||||
(r'^(?P<id>[A-Z0-9]+)/embed', 'app.views.embed'),
|
||||
(r'^(?P<id>[A-Z0-9]+)$', 'item.views.item'),
|
||||
(r'^(?P<id>[A-Z0-9]+).*', 'item.views.item'),
|
||||
(r'^[a-z0-9].+$', 'app.views.index'),
|
||||
(r'^$', 'app.views.index'),
|
||||
(r'^.*$', 'app.views.index'),
|
||||
|
|
Loading…
Reference in a new issue