diff --git a/src/open_inwoner/accounts/tests/test_profile_views.py b/src/open_inwoner/accounts/tests/test_profile_views.py index 56b4cadbdd..9f87697f4e 100644 --- a/src/open_inwoner/accounts/tests/test_profile_views.py +++ b/src/open_inwoner/accounts/tests/test_profile_views.py @@ -356,7 +356,6 @@ class MyDataTests(HaalCentraalMixin, WebTest): "prefix": None, "birthday": "10-04-1982", "birthday_place": "Leerdam", - "birthday_country": "Nederland", "gender": "vrouw", "street": "King Olivereiland", "house_number": 64, diff --git a/src/open_inwoner/accounts/views/profile.py b/src/open_inwoner/accounts/views/profile.py index 79d025808e..6afd791a48 100644 --- a/src/open_inwoner/accounts/views/profile.py +++ b/src/open_inwoner/accounts/views/profile.py @@ -185,7 +185,6 @@ def parse_brp_data(self): "prefix": "naam.voorvoegsel", "birthday": "geboorte.datum.datum", "birthday_place": "geboorte.plaats.omschrijving", - "birthday_country": "geboorte.land.omschrijving", "gender": ( "geslachtsaanduiding.omschrijving" if brp_version == "2.0" diff --git a/src/open_inwoner/templates/pages/profile/mydata.html b/src/open_inwoner/templates/pages/profile/mydata.html index 107a06fa78..08273a01f4 100644 --- a/src/open_inwoner/templates/pages/profile/mydata.html +++ b/src/open_inwoner/templates/pages/profile/mydata.html @@ -47,10 +47,6 @@