Skip to content

Commit

Permalink
fixup: remove fake MP surname
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino authored and struan committed Jan 9, 2024
1 parent c7506e2 commit 93389e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/templates/hub/new_area_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="mb-3 text-primary">MP</h2>
{% include 'hub/includes/person-photo.html' with person=mp.person %}
</div>
<div class="flex-grow-1 ms-3">
<h3 class="h4 mb-0 text-primary">{{ mp.person.name|split:" "|first }} Madeupname</h3>
<h3 class="h4 mb-0 text-primary">{{ mp.person.name }}</h3>
{% if mp.party %}
<p class="mb-0 text-muted">{{ mp.party }}</p>
{% endif %}
Expand Down

0 comments on commit 93389e5

Please sign in to comment.