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
commitc733b0f2eb343279a7e2beda869c56ad1c48f7ae (patch)
treef7a4b3cdfd5445869a32fe76a0221dcf40209bfc /urls.py
parent9712bf6dfdde8800072288c86544a74bc178a945 (diff)
downloadtroggle-c733b0f2eb343279a7e2beda869c56ad1c48f7ae.tar.gz
troggle-c733b0f2eb343279a7e2beda869c56ad1c48f7ae.tar.bz2
troggle-c733b0f2eb343279a7e2beda869c56ad1c48f7ae.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"),