summaryrefslogtreecommitdiffstats
path: root/core/views_logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-27 20:05:15 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-27 20:05:15 +0000
commitc7475cda83a922d3736db2cca5706c1d86719313 (patch)
tree582d4db179e4a1c68be7fc55865058d76b3a6280 /core/views_logbooks.py
parentffaaea497c44f362a619d95da097def836a28b50 (diff)
downloadtroggle-c7475cda83a922d3736db2cca5706c1d86719313.tar.gz
troggle-c7475cda83a922d3736db2cca5706c1d86719313.tar.bz2
troggle-c7475cda83a922d3736db2cca5706c1d86719313.zip
merge expeditions and statistics pages
Diffstat (limited to 'core/views_logbooks.py')
-rw-r--r--core/views_logbooks.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/views_logbooks.py b/core/views_logbooks.py
index c3cea1e..dcc26f8 100644
--- a/core/views_logbooks.py
+++ b/core/views_logbooks.py
@@ -84,9 +84,10 @@ def expedition(request, expeditionname):
def get_absolute_url(self):
return ('expedition', (expedition.year))
-class ExpeditionListView(ListView): # django thus expects a template called "expedition_list.html"
-# from the name of the object not the name of the class.
- model = Expedition
+# replaced by statistics page
+# class ExpeditionListView(ListView): # django thus expects a template called "expedition_list.html"
+# # from the name of the object not the name of the class.
+ # model = Expedition
class Expeditions_tsvListView(ListView):