Correct spelling & stop duplicate key

This commit is contained in:
Sam Manzi 2015-06-05 12:24:33 +10:00
parent ce6f6f8d1a
commit e34993ce31

View File

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