mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
pyi2phosts/urls.py: fix including of /latest/
This commit is contained in:
parent
ccfd0d2494
commit
2582283863
@ -45,7 +45,7 @@ urlpatterns = patterns('',
|
|||||||
url(r'^browse/$', object_list, browse_hosts, name='browse'),
|
url(r'^browse/$', object_list, browse_hosts, name='browse'),
|
||||||
url(r'^browse/rss/$', AliveHostsFeed()),
|
url(r'^browse/rss/$', AliveHostsFeed()),
|
||||||
|
|
||||||
(r'^latest/$', include('pyi2phosts.latest.urls')),
|
(r'^latest/', include('pyi2phosts.latest.urls')),
|
||||||
(r'^search/$', include('pyi2phosts.search.urls')),
|
(r'^search/$', include('pyi2phosts.search.urls')),
|
||||||
(r'^postkey/', include('pyi2phosts.postkey.urls')),
|
(r'^postkey/', include('pyi2phosts.postkey.urls')),
|
||||||
(r'^jump/', include('pyi2phosts.jump.urls')),
|
(r'^jump/', include('pyi2phosts.jump.urls')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user