From b1568652900d1e27f4a1bd6fdfb59f7546f8ca9f Mon Sep 17 00:00:00 2001 From: Daniele Procida Date: Tue, 16 Oct 2012 15:05:49 +0100 Subject: [PATCH] fixed #35 --- contacts_and_people/link_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts_and_people/link_schemas.py b/contacts_and_people/link_schemas.py index 71c5c860..ade51174 100644 --- a/contacts_and_people/link_schemas.py +++ b/contacts_and_people/link_schemas.py @@ -72,7 +72,7 @@ class BuildingWrapper(LinkWrapper): search_fields = admin.BuildingAdmin.search_fields def description(self): - return self.obj.get_postal_address + return ", ".join(self.obj.get_postal_address[1:]) def heading(self): return "Places"