summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 10:02:57 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 10:02:57 +0000
commit4ae43e94f4e4f6cdbbab4b1424e74849f4d15594 (patch)
treeb7313a887c67f89a80536e5a943b046674ea48e7 /urls.py
parentda88771fd42e1aad452e1472d2e0ad9aabaa7664 (diff)
downloadtroggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.tar.gz
troggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.tar.bz2
troggle-4ae43e94f4e4f6cdbbab4b1424e74849f4d15594.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 e7f7cf7..47868eb 100644
--- a/urls.py
+++ b/urls.py
@@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
+ url(r'^millenialcaves/?$', views_caves.millenial, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),