Ordnet html-visning av hyller.
Denne trenger fiksing, gjerne med CSS-magi, men viser foreløpig hyller med kategorier representert som html-tabeller.
This commit is contained in:
@@ -15,6 +15,7 @@ urlpatterns = patterns('',
|
||||
(r'^book/(?P<book_identifier>\d+)$','web.library.views.BookView'),
|
||||
(r'^book/(?P<book_identifier>\S+)$','web.library.views.BookRedirect'),
|
||||
(r'^person/(?P<person_identifier>\S+)$','web.library.views.PersonView'),
|
||||
(r'^map/(?P<shelf_identifier>\S+)$', 'web.library.views.MapView'),
|
||||
# Uncomment the next line to enable the admin:
|
||||
(r'^admin/', include(admin.site.urls)),
|
||||
)
|
||||
|
Reference in New Issue
Block a user