From b2366cfe11d8eb7ef3639c42902d1ce9d5312e7a Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:31:44 +0100 Subject: [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 --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index f1ea864..eb9a825 100644 --- a/urls.py +++ b/urls.py @@ -6,7 +6,7 @@ admin.autodiscover() urlpatterns = patterns('', - #(r'^$', frontPage), + (r'^$', frontPage), (r'^cave/?$', caveindex), (r'^cave/(?P[^/]+)/?$', cave), (r'^cave/(?P[^/]+)/?(?P[^/])$', ent), -- cgit v1.2.3