Skip to content

Commit

Permalink
Merge pull request #504 from maykinmedia/issue-1186-remove-geboorteland
Browse files Browse the repository at this point in the history
[#1186] Hiding Geboorteland from Mijn Gegevens (BRP)
  • Loading branch information
alextreme authored Feb 28, 2023
2 parents 0162e4b + 638f8ac commit 0bd3c56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/open_inwoner/accounts/tests/test_profile_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion src/open_inwoner/accounts/views/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions src/open_inwoner/templates/pages/profile/mydata.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ <h2 class="h2">{% trans "Mijn BRP gegevens" %}</h2>
<div class="tabled__item tabled__item--bold">{% trans "Burgerservicenummer (BSN)" %}</div>
<div class="tabled__item">{{user.bsn|default:"-"}}</div>
</div>
<div class="tabled__row">
<div class="tabled__item tabled__item--bold">{% trans "Geboorteland" %}</div>
<div class="tabled__item">{{my_data.birthday_country|default:"-"}}</div>
</div>
<div class="tabled__row">
<div class="tabled__item tabled__item--bold">{% trans "Geslacht" %}</div>
<div class="tabled__item">{{my_data.gender|default:"-"}}</div>
Expand Down

0 comments on commit 0bd3c56

Please sign in to comment.