Lagt til søkeside. Mye flikking på url-configen.
This commit is contained in:
@@ -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'),
|
||||
)
|
||||
|
Reference in New Issue
Block a user