summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-09-25 13:45:03 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-25 13:45:03 +0200
commitfa03f91834500f7589ba1912a681227186d7974e (patch)
treede75eb982fd5833f5b637b3e9a4c36b19ac5eaf7
parentd3c96dbb05352d417ca2f88797e6ae44534e7f86 (diff)
downloadIshtar-fa03f91834500f7589ba1912a681227186d7974e.tar.bz2
Ishtar-fa03f91834500f7589ba1912a681227186d7974e.zip
Add label for targets keys
-rw-r--r--ishtar_common/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index e0f09dc1b..26fe0bf51 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1421,6 +1421,7 @@ TARGET_MODELS = [
('archaeological_finds.models.ConservatoryState',
_(u"Conservatory state")),
('archaeological_finds.models.PreservationType', _(u"Preservation type")),
+ ('archaeological_finds.models.ObjectType', _(u"Object type")),
]
TARGET_MODELS_KEYS = [tm[0] for tm in TARGET_MODELS]