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

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8164 by aaron @ 1/17/2009 7:11 AM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:31:44 +01:00
parent f02c91901c
commit b2366cfe11
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),