From 54b782c67e1ae41c9a3ce029b26c411fae9bcee3 Mon Sep 17 00:00:00 2001 From: Rad Date: Mon, 25 Feb 2019 22:28:30 +0000 Subject: [PATCH] tab/space fix --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urls.py b/urls.py index f3fd9bd..3ecfea2 100644 --- a/urls.py +++ b/urls.py @@ -17,7 +17,7 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), #Radost's dev area + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), #Radost's dev area url(r'^troggle$', views_other.frontpage, name="frontpage"),