summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 10:00:12 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 10:00:12 +0100
commit145e2100b001dcb682b0d60f02dcad95fb5bf1db (patch)
tree783b84ab3738d0e43a4144f02748b4ef9b107080 /archaeological_finds/models_treatments.py
parentb492cb324e76fcef3c1f9444880bc3e8d98d621b (diff)
downloadIshtar-145e2100b001dcb682b0d60f02dcad95fb5bf1db.tar.bz2
Ishtar-145e2100b001dcb682b0d60f02dcad95fb5bf1db.zip
Refactoring: EXTRA_FULL_FIELDS_LABELS -> COL_LABELS (with merge) (refs #3491)
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r--archaeological_finds/models_treatments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 3e9077a48..dd080835e 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -285,7 +285,7 @@ class AbsFindTreatments(models.Model):
treatment_nb = models.IntegerField(_(u"Order"))
TABLE_COLS = ["treatment__" + col for col in Treatment.TABLE_COLS] + \
['treatment_nb']
- EXTRA_FULL_FIELDS_LABELS = {
+ COL_LABELS = {
'treatment__treatment_type': _(u"Treatment type"),
'treatment__start_date': _(u"Start date"),
'treatment__end_date': _(u"End date"),