summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:08:15 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:08:15 +0000
commit83e489c425c40042d1b11895b995ed3261038526 (patch)
tree3313a58a79f60704e8a548af5bc49568749cb7e9 /urls.py
parent0d2ac756e5ae131eab2813de82eb2a92a42c87a3 (diff)
downloadtroggle-83e489c425c40042d1b11895b995ed3261038526.tar.gz
troggle-83e489c425c40042d1b11895b995ed3261038526.tar.bz2
troggle-83e489c425c40042d1b11895b995ed3261038526.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 ac2fd1d..18e99de 100644
--- a/urls.py
+++ b/urls.py
@@ -17,7 +17,7 @@ admin.autodiscover()
actualurlpatterns = patterns('',
- url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
+ url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),
url(r'^todo/$', views_other.todo, name="todo"),