Skip to content

Commit

Permalink
[#1456] Added missing User.infix to profile/edit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed May 26, 2023
1 parent 025c12c commit 3b433c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_inwoner/templates/pages/profile/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h1 class="h1" id="title">
{% endif %}
{% else %}
{% input form.first_name %}
{% input form.infix %}
{% input form.last_name %}
{% input form.display_name %}
{% input form.email %}
Expand Down

0 comments on commit 3b433c3

Please sign in to comment.