diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 3f0cdc6b4..0a7c3e1f9 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -168,6 +168,7 @@ class GeneralType(models.Model): def __unicode__(self): return self.label + @property def short_label(self): return self.label |