From f632080d3484fee51b506ba23b9cde1eddee7489 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 Apr 2013 18:05:05 +0200 Subject: Fix translation of title (closes #593) --- ishtar_common/models.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/models.py') 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 -- cgit v1.2.3