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
commitb4b060a962bb9c7883f668fdb5ccc1b993be36c9 (patch)
tree32564bf6305cc375270ade2f934000dda6eb85d5 /urls.py
parent0a70039dee3b51f9f6c8e3248ebdea5b076df764 (diff)
downloadtroggle-b4b060a962bb9c7883f668fdb5ccc1b993be36c9.tar.gz
troggle-b4b060a962bb9c7883f668fdb5ccc1b993be36c9.tar.bz2
troggle-b4b060a962bb9c7883f668fdb5ccc1b993be36c9.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"),