diff options
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 3 |
1 files changed, 1 insertions, 2 deletions
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' |