summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-12 00:57:48 +0100
committerWookey <wookey@wookware.org>2011-07-12 00:57:48 +0100
commitf60c4cba2314dc8d4a00944e1969cff78bf10d05 (patch)
treec605797e8de43c52ce9124984fdeb08b74200bc4 /urls.py
parent9e5e636d0dc50c8c3daf10fb05d3806126693067 (diff)
downloadtroggle-f60c4cba2314dc8d4a00944e1969cff78bf10d05.tar.gz
troggle-f60c4cba2314dc8d4a00944e1969cff78bf10d05.tar.bz2
troggle-f60c4cba2314dc8d4a00944e1969cff78bf10d05.zip
Add odt and ods mime types to our list.
Maybe this should just be read in from the real list...
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 ea0ce0a..67c50ac 100644
--- a/urls.py
+++ b/urls.py
@@ -17,7 +17,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^troggle$', views_other.frontpage, name="frontpage"),
+ url(r'^$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),
url(r'^caves/?$', views_caves.caveindex, name="caveindex"),