summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
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
commit94ad639d7becf0885ffbcf522301fb991b28869c (patch)
tree8d4da75791f8291fa1abf5a887ef16ea98d92ecd /archaeological_operations/models.py
parent88d5fe7b1afe7d3758c2a72986a9fcfff07587d3 (diff)
downloadIshtar-94ad639d7becf0885ffbcf522301fb991b28869c.tar.bz2
Ishtar-94ad639d7becf0885ffbcf522301fb991b28869c.zip
Operation tables: adapt columns (refs #3456)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py3
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'