From 4ac14d3e2e782a1f499724c685ce783003e9c146 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Mar 2017 10:20:35 +0100 Subject: Tables: add missing headers (refs #3491) --- archaeological_finds/models_treatments.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/models_treatments.py') 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 -- cgit v1.2.3