summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 02:03:26 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 02:03:26 +0000
commit4901d82a7d70947616f27de716ad48eb63017d1e (patch)
treef7a4b3cdfd5445869a32fe76a0221dcf40209bfc /urls.py
parent31f390d95e9bde18c42c0a1ea3caee4c8eef65c5 (diff)
downloadtroggle-4901d82a7d70947616f27de716ad48eb63017d1e.tar.gz
troggle-4901d82a7d70947616f27de716ad48eb63017d1e.tar.bz2
troggle-4901d82a7d70947616f27de716ad48eb63017d1e.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 7d82c82..e7f7cf7 100644
--- a/urls.py
+++ b/urls.py
@@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.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"),