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
commit822812525ec249ab9832283034f3234a254c9f69 (patch)
tree3313a58a79f60704e8a548af5bc49568749cb7e9 /urls.py
parenta4a92483bd69a5498d81b3251d32c74bce9a6bc4 (diff)
downloadtroggle-822812525ec249ab9832283034f3234a254c9f69.tar.gz
troggle-822812525ec249ab9832283034f3234a254c9f69.tar.bz2
troggle-822812525ec249ab9832283034f3234a254c9f69.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"),