summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
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 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"),