From c4455168c63bb26d57879214968079c68d274c17 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:35:28 +0000 Subject: Messing with millenialcaves.html or similar --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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"), -- cgit v1.2.3