From 822812525ec249ab9832283034f3234a254c9f69 Mon Sep 17 00:00:00 2001 From: Rad <radost.waszkiewicz@gmail.com> Date: Tue, 26 Feb 2019 00:08:15 +0000 Subject: [PATCH] Messing with millenialcaves.html or similar --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),