summaryrefslogtreecommitdiffstats
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
commitd269e923809bb9ea3b82dca34326c1333557d29d (patch)
treeb7313a887c67f89a80536e5a943b046674ea48e7
parente082d1e1228782826c26a96e34df79232c74d4d4 (diff)
downloadtroggle-d269e923809bb9ea3b82dca34326c1333557d29d.tar.gz
troggle-d269e923809bb9ea3b82dca34326c1333557d29d.tar.bz2
troggle-d269e923809bb9ea3b82dca34326c1333557d29d.zip
Messing with millenialcaves.html or similar
-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"),