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 | 1d8af2bea7701a1c36ac341cdc7e5b9bca490012 (patch) | |
tree | 5d90d1864022c1d9ba2fa4ee17bc323f470a4d39 /archaeological_finds/models_treatments.py | |
parent | cd2854ba9d57d40ae2bd95d8926345c7d63fc2b3 (diff) | |
download | Ishtar-1d8af2bea7701a1c36ac341cdc7e5b9bca490012.tar.bz2 Ishtar-1d8af2bea7701a1c36ac341cdc7e5b9bca490012.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 |