summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-04 23:16:26 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-04 23:16:26 +0100
commitac9ac5e397884770f801b787126b2b30ab9b5c93 (patch)
tree56cf4be8549d1c3263c01bf7d33fad1c784fc7ae /urls.py
parent43c6e2f2e1a462132cacc5d7b6af34a08f5ff585 (diff)
downloadtroggle-ac9ac5e397884770f801b787126b2b30ab9b5c93.tar.gz
troggle-ac9ac5e397884770f801b787126b2b30ab9b5c93.tar.bz2
troggle-ac9ac5e397884770f801b787126b2b30ab9b5c93.zip
Remove unused Survey object
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"),