diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-15 10:20:35 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-15 10:20:35 +0100 |
| commit | 4ac14d3e2e782a1f499724c685ce783003e9c146 (patch) | |
| tree | 5d90d1864022c1d9ba2fa4ee17bc323f470a4d39 /archaeological_finds/models_treatments.py | |
| parent | 145e2100b001dcb682b0d60f02dcad95fb5bf1db (diff) | |
| download | Ishtar-4ac14d3e2e782a1f499724c685ce783003e9c146.tar.bz2 Ishtar-4ac14d3e2e782a1f499724c685ce783003e9c146.zip | |
Tables: add missing headers (refs #3491)
Diffstat (limited to 'archaeological_finds/models_treatments.py')
| -rw-r--r-- | archaeological_finds/models_treatments.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index dd080835e..2efedbc22 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -88,6 +88,8 @@ class Treatment(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem): COL_LABELS = { "downstream_cached_label": _(u"Downstream find"), "upstream_cached_label": _(u"Upstream find"), + "treatment_types__label": _(u"Type"), + "treatment_state__label": _(u"State"), } IMAGE_PREFIX = 'treatment' # extra keys than can be passed to save method |
