diff options
Diffstat (limited to 'core/views_logbooks.py')
-rw-r--r-- | core/views_logbooks.py | 7 |
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): |