summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 01:08:04 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 01:08:04 +0000
commitee7d2529e7bd34fcbcbc9303efdef7235b413643 (patch)
treef968554ff98dcc5fb5d2bb344720b17ccb08853d /urls.py
parent82de967f9713641c64862eed092912fb514e0468 (diff)
downloadtroggle-ee7d2529e7bd34fcbcbc9303efdef7235b413643.tar.gz
troggle-ee7d2529e7bd34fcbcbc9303efdef7235b413643.tar.bz2
troggle-ee7d2529e7bd34fcbcbc9303efdef7235b413643.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 ec9aac7..096e9ac 100644
--- a/urls.py
+++ b/urls.py
@@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.frontpage, name="millenialcaves"),
+ url(r'^millenialcaves/?$', views_other.frontpage, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),