Skip to content

Commit

Permalink
Differentiate election names
Browse files Browse the repository at this point in the history
Relevant when there are two types in the same ward
  • Loading branch information
VirginiaDooley committed May 2, 2024
1 parent fe6f5b8 commit 14c1102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="ds-h3">{% blocktrans trimmed with person_name=object.name %}{{ person
<td>{{ person_post.election.election_date|date:"Y" }}</td>
<td>
<a href="{{ person_post.post_election.get_absolute_url }}">
{{ person_post.post.label }}: {{ person_post.election }}
{{ person_post.post.label }}: {{ person_post.election.nice_election_name }}
</a>
</td>
<td>{{ person_post.party_name }}</td>
Expand Down

0 comments on commit 14c1102

Please sign in to comment.