diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-22 12:46:24 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-22 12:46:24 +0100 |
| commit | 415d5f244eac52fcb664bd4280b0be1502e9eb71 (patch) | |
| tree | de97ca38038965b23760ba2034c2327ccf23e671 /archaeological_finds/models_treatments.py | |
| parent | c061306889dc2ac314eecbcd05168e03ca69f6c7 (diff) | |
| download | Ishtar-415d5f244eac52fcb664bd4280b0be1502e9eb71.tar.bz2 Ishtar-415d5f244eac52fcb664bd4280b0be1502e9eb71.zip | |
Manage cached_label for treatments - display full label in finds tables (refs #3395)
Diffstat (limited to 'archaeological_finds/models_treatments.py')
| -rw-r--r-- | archaeological_finds/models_treatments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index 95817fc40..0f8b4796a 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -71,7 +71,7 @@ class Treatment(BaseHistorizedItem, ImageModel, OwnPerms): "upstream_cached_label": "upstream__cached_label", 'image': 'image__isnull', } - TABLE_COLS_LBL = { + COL_LABELS = { "downstream_cached_label": _(u"Downstream find"), "upstream_cached_label": _(u"Upstream find"), } |
