summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar/furnitures/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/models.py b/ishtar/furnitures/models.py
index 0c03463fe..f77fe6caf 100644
--- a/ishtar/furnitures/models.py
+++ b/ishtar/furnitures/models.py
@@ -268,7 +268,7 @@ class File(BaseHistorizedItem, OwnPerms):
("delete_own_file", ugettext(u"Can delete own Archaelogical file")),
)
def __unicode__(self):
- items = [_('Intercommunal')]
+ items = [unicode(_('Intercommunal'))]
if self.towns.count() == 1:
items[0] = unicode(self.towns.all()[0])
items += [unicode(getattr(self, k))[:12] for k in ['year',