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 ea3bd5ed1..6eb7fac6d 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1882,6 +1882,7 @@ class TitleType(GenderedType):
def get_values(self, prefix='', **kwargs):
return {
prefix: self.label,
+ prefix + "id": self.pk,
prefix + "txt_idx": self.txt_idx,
prefix + "long_title": self.long_title
}