Skip to content

Commit

Permalink
No results data for STV or SV
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed May 2, 2024
1 parent ed96117 commit 24c2670
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<td>
{% if person_post.votes_cast %}
{{ person_post.get_results_rank }}
{% elif person_post.election.voting_system == "SV"|"STV" %}
{% blocktrans trimmed with voting_system=person_post.election.voting_system %}
We do not collect voting data for {{voting_system}} elections
{% endblocktrans %}
{% else %}
{% trans "Position not available" %}
{% endif %}
Expand Down

0 comments on commit 24c2670

Please sign in to comment.