summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-28 02:20:50 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-28 02:20:50 +0100
commitdf3917a6771d2e2df3d35fde1b99a6f1d06f9589 (patch)
treea838010e222f6a6d023c5a3f86db71efa75aa400 /urls.py
parentd2192ffd21c16ebd1ca5b39ecd489241201ecd20 (diff)
downloadtroggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.tar.gz
troggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.tar.bz2
troggle-df3917a6771d2e2df3d35fde1b99a6f1d06f9589.zip
Expunge cavetab
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 36354cd..cf32a93 100644
--- a/urls.py
+++ b/urls.py
@@ -89,7 +89,6 @@ actualurlpatterns = patterns('',
# Is all this lot out of date ? Maybe the logbooks work?
url(r'^controlpanel/?$', views_other.controlPanel, name="controlpanel"),
- url(r'^CAVETAB2\.CSV/?$', views_other.downloadCavetab, name="downloadcavetab"),
url(r'^Surveys\.csv/?$', views_other.downloadSurveys, name="downloadsurveys"),
url(r'^logbook(?P<year>\d\d\d\d)\.(?P<extension>.*)/?$',views_other.downloadLogbook),
url(r'^logbook/?$',views_other.downloadLogbook, name="downloadlogbook"),