forked from expo/troggle
merge expeditions and statistics pages
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user