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 28d50c3bc..418b18a82 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -2130,6 +2130,7 @@ TARGET_MODELS = [
_(u"Context record relation type")),
('SpatialReferenceSystem', _(u"Spatial reference system")),
('SupportType', _(u"Support type")),
+ ('TitleType', _(u"Title type")),
]
TARGET_MODELS_KEYS = [tm[0] for tm in TARGET_MODELS]