Skip to content

Commit

Permalink
Merge pull request #270 from clabs/dev
Browse files Browse the repository at this point in the history
fix profile key typo
  • Loading branch information
ethrgeist authored Jun 3, 2024
2 parents a7d24fb + bae662a commit 4bee89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rockon/api/views/bandmember_signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def bandmember_signup(request):
)

user.profile.address = person_dict["address"]
user.profile.house_number = person_dict["house_number"]
user.profile.address_housenumber = person_dict["housenumber"]
user.profile.zip_code = person_dict["zip_code"]
user.profile.place = person_dict["place"]

Expand Down

0 comments on commit 4bee89b

Please sign in to comment.