Lagt til søkeside. Mye flikking på url-configen.

This commit is contained in:
2011-03-06 16:57:12 +00:00
parent e185f784c6
commit 56dd7b67c8
7 changed files with 69 additions and 11 deletions

View File

@@ -18,4 +18,6 @@ urlpatterns = patterns('',
(r'^kart/(?P<shelf_identifier>\S+)/$', 'web.library.views.MapView'),
# Uncomment the next line to enable the admin:
(r'^admin/', include(admin.site.urls)),
(r'^let/','web.library.views.SearchView'),
(r'^$','web.library.views.IndexView'),
)