summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 523b1a7..8824c60 100644
--- a/urls.py
+++ b/urls.py
@@ -75,8 +75,8 @@ actualurlpatterns = patterns('',
url(r'^statistics/?$', views_other.stats, name="stats"),
- url(r'^survey/?$', surveyindex, name="survey"),
- url(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey, name="survey"),
+# url(r'^survey/?$', surveyindex, name="survey"), #url referred to troggle menu..
+# url(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey, name="survey"), #Survey object
# Is all this lot out of date ? Maybe the logbooks work?
url(r'^controlpanel/?$', views_other.controlPanel, name="controlpanel"),