summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 01:13:54 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 01:13:54 +0000
commitcb5978237bf61090d3c506898d68e0a40132e772 (patch)
tree69135cffd834a078854ad124ce69e894f22ff63a /urls.py
parent622d523c981c99c55e3db5e3f95640be3d48e94c (diff)
downloadtroggle-cb5978237bf61090d3c506898d68e0a40132e772.tar.gz
troggle-cb5978237bf61090d3c506898d68e0a40132e772.tar.bz2
troggle-cb5978237bf61090d3c506898d68e0a40132e772.zip
Messing with millenialcaves.html or similar
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 096e9ac..93ec134 100644
--- a/urls.py
+++ b/urls.py
@@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_other.frontpage, name="millenialcaves"),
+ url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),