summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-31 21:03:40 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-31 21:03:40 +0100
commit5d89cf9474c44c8c421fa23b085cc60f91adc3de (patch)
tree264786b33e9611dd092b20606052d358c5055636 /core
parent09aedecc3b156ee08ed556e49aac18e7e4a4c566 (diff)
downloadtroggle-5d89cf9474c44c8c421fa23b085cc60f91adc3de.tar.gz
troggle-5d89cf9474c44c8c421fa23b085cc60f91adc3de.tar.bz2
troggle-5d89cf9474c44c8c421fa23b085cc60f91adc3de.zip
Delete SURVEYS.CSV code
Diffstat (limited to 'core')
-rw-r--r--core/views_other.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/views_other.py b/core/views_other.py
index 827c499..3da7f82 100644
--- a/core/views_other.py
+++ b/core/views_other.py
@@ -73,12 +73,6 @@ def controlPanel(request):
return render(request,'controlPanel.html', {'caves':Cave.objects.all(),'expeditions':Expedition.objects.all(),'jobs_completed':jobs_completed})
-def downloadSurveys(request):
- from export import tosurveys
- response = HttpResponse(content_type='text/csv')
- response['Content-Disposition'] = 'attachment; filename=Surveys.csv'
- return response
-
def downloadLogbook(request,year=None,extension=None,queryset=None):
if year: