summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-07-11 22:38:40 +0100
committerMartin Green <martin.speleo@gmail.com>2011-07-11 22:38:40 +0100
commit3b028661f627227d7325c65adc134c3831e854d3 (patch)
treea1ab2842a1de96b5f7c56acf4399305a5385b134 /urls.py
parent27e224619e2717d500c8ff089068ee7eafd21034 (diff)
downloadtroggle-3b028661f627227d7325c65adc134c3831e854d3.tar.gz
troggle-3b028661f627227d7325c65adc134c3831e854d3.tar.bz2
troggle-3b028661f627227d7325c65adc134c3831e854d3.zip
Moved troggle main page to /troggle added a link in flat pages.
Now / takes you to the expoweb index page
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 9bddbfb..f537d53 100644
--- a/urls.py
+++ b/urls.py
@@ -17,7 +17,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^$', views_other.frontpage, name="frontpage"),
+ url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),
url(r'^caves/?$', views_caves.caveindex, name="caveindex"),