From 925cb219bb8a9c411deb3e40a0d2bc13cc0cb10f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Mar 2017 17:14:53 +0100 Subject: Operation tables: adapt columns (refs #3456) --- archaeological_operations/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index ba82d4fe7..bc2169009 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -178,8 +178,7 @@ class Operation(ClosedItem, BaseHistorizedItem, ImageModel, OwnPerms, QUALITY_DICT = dict(QUALITY) SHOW_URL = 'show-operation' TABLE_COLS = ['year', 'towns', 'common_name', 'operation_type', - 'start_date', 'excavation_end_date', 'remains', - 'associated_file_short_label'] + 'start_date', 'excavation_end_date', 'remains'] IMAGE_PREFIX = 'operations/' SLUG = 'operation' -- cgit v1.2.3