mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-13 01:21:41 +00:00
[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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user