Merge pull request #1 from sam-m888/sam-m888-patch-1

Correct spelling & stop duplicate key
This commit is contained in:
Sam Manzi 2015-06-05 13:22:34 +10:00
commit 7751be7308

View File

@ -84,7 +84,7 @@ class Researcher(LocationBase):
"street": self.street,
"locality": self.locality,
"city": self.city,
"country": self.county,
"county": self.county,
"state": self.state,
"country": self.country,
"postal": self.postal,