diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 17:14:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 17:14:53 +0100 |
commit | 925cb219bb8a9c411deb3e40a0d2bc13cc0cb10f (patch) | |
tree | 8d4da75791f8291fa1abf5a887ef16ea98d92ecd /archaeological_operations | |
parent | 6353433923e836f7eca3066d474f85c5bb19b0a1 (diff) | |
download | Ishtar-925cb219bb8a9c411deb3e40a0d2bc13cc0cb10f.tar.bz2 Ishtar-925cb219bb8a9c411deb3e40a0d2bc13cc0cb10f.zip |
Operation tables: adapt columns (refs #3456)
Diffstat (limited to 'archaeological_operations')
-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' |