summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:35:28 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:35:28 +0000
commit6c94027a261a09fe0f2ffe5621a36a9997bfd8d6 (patch)
tree15757c223f312240dbf3bae5ebad202b4eb355c0 /urls.py
parent64954fa3e4dbc64107731b81a63dcf17c3811aa5 (diff)
downloadtroggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.gz
troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.tar.bz2
troggle-6c94027a261a09fe0f2ffe5621a36a9997bfd8d6.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 15332af..7043fcc 100644
--- a/urls.py
+++ b/urls.py
@@ -22,7 +22,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"),
+ url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),