[svn r8164] Got rid of ugly old design; brought in ugly new design. This one works a little better, still needs a lot of work.

This commit is contained in:
aaron
2009-01-17 08:11:01 +01:00
parent 014f390100
commit 1316f7657f
6 changed files with 301 additions and 348 deletions

View File

@@ -6,7 +6,7 @@ admin.autodiscover()
urlpatterns = patterns('',
#(r'^$', frontPage),
(r'^$', frontPage),
(r'^cave/?$', caveindex),
(r'^cave/(?P<cave_id>[^/]+)/?$', cave),
(r'^cave/(?P<cave_id>[^/]+)/?(?P<ent_letter>[^/])$', ent),