Skip to content

Commit

Permalink
BK2024 Restore result text for clear majority and equal candidates wi…
Browse files Browse the repository at this point in the history
…th positions
  • Loading branch information
agileware-justin committed Sep 15, 2024
1 parent 2525cf6 commit 74f058a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/Elections/Page/PositionResultTypeMessage.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{if $position.result_status == $resultStatuses.results_majority}
{*<p>Winner by clear majority.</p>*}
<p>Winner by clear majority.</p>
{/if}

{if $position.result_status == $resultStatuses.results_no_majority}
Expand All @@ -15,5 +15,5 @@
{/if}

{if $position.result_status == $resultStatuses.results_equal_seats}
{*<p>The number of candidates remaining equals the number of position holders. These candidates are the winners.</p>*}
<p>The number of candidates remaining equals the number of position holders. These candidates are the winners.</p>
{/if}

0 comments on commit 74f058a

Please sign in to comment.