summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-28 12:36:49 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-28 12:36:49 +0000
commit6b59e3a68908b2ee3b05e4734a8f72d10a349c34 (patch)
tree93e75e8f0994bbd1c2aed1c6d91f243d524e081c /urls.py
parentce268ec306946e4f4aadd8ee358a28e79f22b9b3 (diff)
downloadtroggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.gz
troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.bz2
troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.zip
rebuild descriptions database, some visuals
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 7022d61..a38b7a4 100644
--- a/urls.py
+++ b/urls.py
@@ -23,7 +23,9 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_survex.millenialcaves, name="millenialcaves"),
+ url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
+ url(r'^cave/descriptionM/([^/]+)/?$', views_caves.millenialdescription),
+ #url(r'^cave/description/([^/]+)/?$', views_caves.caveDescription),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),