summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-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]