summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-12 02:44:07 +0100
committerWookey <wookey@wookware.org>2011-07-12 02:44:07 +0100
commit82e968d5c7eb24e12bc68771420310837dba1f7b (patch)
tree9dccee2bd5d0adec6d369212158f20ba85656f02 /urls.py
parentb4b060a962bb9c7883f668fdb5ccc1b993be36c9 (diff)
parent64e5e9d45cfbd93ed2b5ec16a198f4e91f969846 (diff)
downloadtroggle-82e968d5c7eb24e12bc68771420310837dba1f7b.tar.gz
troggle-82e968d5c7eb24e12bc68771420310837dba1f7b.tar.bz2
troggle-82e968d5c7eb24e12bc68771420310837dba1f7b.zip
Attempt 17b to end with the right files as tip
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 67c50ac..ea0ce0a 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"),