mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 19:57:08 +00:00
remove Survey & virtual survey wallet - never used
This commit is contained in:
4
urls.py
4
urls.py
@@ -78,10 +78,6 @@ actualurlpatterns = patterns('',
|
||||
url(r'^statistics/?$', views_statistics.stats, name="stats"),
|
||||
url(r'^pathsreport.*$', views_statistics.pathsreport, name="pathsreport"),
|
||||
|
||||
# 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"),
|
||||
url(r'^logbook(?P<year>\d\d\d\d)\.(?P<extension>.*)/?$',views_other.downloadLogbook),
|
||||
url(r'^logbook/?$',views_other.downloadLogbook, name="downloadlogbook"),
|
||||
|
||||
Reference in New Issue
Block a user