diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index fd5bb5871..3e428999e 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -163,6 +163,9 @@ class GeneralType(models.Model):      def __unicode__(self):          return self.label +    def short_label(self): +        return self.label +      @classmethod      def get_help(cls, dct={}, exclude=[]):          help_text = cls.HELP_TEXT | 
