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
commit2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923 (patch)
treede75eb982fd5833f5b637b3e9a4c36b19ac5eaf7
parent613149f956f186270104e60bd4b0f5f1db68b2f1 (diff)
downloadIshtar-2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923.tar.bz2
Ishtar-2ff0b6a2d4e1f862a44774d56c84a9b9d39fe923.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]