diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:31:44 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:31:44 +0100 |
commit | b2366cfe11d8eb7ef3639c42902d1ce9d5312e7a (patch) | |
tree | 3d0a647bfe4c364bf26543e60375f4494283fac2 /urls.py | |
parent | f02c91901c517680a31d383e55977f8fe1ab3918 (diff) | |
download | troggle-b2366cfe11d8eb7ef3639c42902d1ce9d5312e7a.tar.gz troggle-b2366cfe11d8eb7ef3639c42902d1ce9d5312e7a.tar.bz2 troggle-b2366cfe11d8eb7ef3639c42902d1ce9d5312e7a.zip |
[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
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),
|