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
commitc4455168c63bb26d57879214968079c68d274c17 (patch)
tree15757c223f312240dbf3bae5ebad202b4eb355c0 /urls.py
parent1b4674acde16ed054bb3562d176ab047247078df (diff)
downloadtroggle-c4455168c63bb26d57879214968079c68d274c17.tar.gz
troggle-c4455168c63bb26d57879214968079c68d274c17.tar.bz2
troggle-c4455168c63bb26d57879214968079c68d274c17.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"),