summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/urls.py b/urls.py
index a38b7a4..7022d61 100644
--- a/urls.py
+++ b/urls.py
@@ -23,9 +23,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
- url(r'^cave/descriptionM/([^/]+)/?$', views_caves.millenialdescription),
- #url(r'^cave/description/([^/]+)/?$', views_caves.caveDescription),
+ url(r'^millenialcaves/?$', views_survex.millenialcaves, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),