From 0a170c8ed569e7a4746bf0b9823dc2f20ed7009e Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 12:50:19 +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 348c5ee..48eda7e 100644 --- a/urls.py +++ b/urls.py @@ -22,7 +22,7 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing") + url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing"), url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), -- cgit v1.2.3