Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
fixed #35
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Oct 16, 2012
1 parent 44cc1c8 commit b156865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts_and_people/link_schemas.py
Expand Up @@ -72,7 +72,7 @@ class BuildingWrapper(LinkWrapper):
search_fields = admin.BuildingAdmin.search_fields search_fields = admin.BuildingAdmin.search_fields


def description(self): def description(self):
return self.obj.get_postal_address return ", ".join(self.obj.get_postal_address[1:])


def heading(self): def heading(self):
return "Places" return "Places"
Expand Down

0 comments on commit b156865

Please sign in to comment.