From b4b060a962bb9c7883f668fdb5ccc1b993be36c9 Mon Sep 17 00:00:00 2001 From: Wookey Date: Tue, 12 Jul 2011 00:57:48 +0100 Subject: Add odt and ods mime types to our list. Maybe this should just be read in from the real list... --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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"), -- cgit v1.2.3