Skip to content

Commit

Permalink
Merge pull request #689 from sm1990/gh-687
Browse files Browse the repository at this point in the history
Gh 687 - Add the totals table for PE-CE-RO-V1
  • Loading branch information
dinukadesilva authored Jul 15, 2020
2 parents 1fee7a0 + ca175f8 commit 59461a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions results-tabulation-api/templates/PE-CE-RO-V1.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span class="bold">Polling Division :</span>
</div>
<div class="all" style="width: fit-content; padding: 5px; display:inline; background-color: #ccc;">
<span class="bold" style="text-transform: uppercase;">{{content.pollingDivision}}</span>
<span class="bold" style="text-transform: uppercase;">{{content.pollingDivision}}</span>
</div>
</div>
</td>
Expand Down Expand Up @@ -81,7 +81,7 @@
</tr> -->

<!-- <tr>
<tr>
<td colspan="2"></td>
</tr>

Expand Down Expand Up @@ -111,7 +111,7 @@
{% for totalVoteCount in content.totalVoteCounts %}
<td class="left right top bottom text-right {%if totalVoteCount=="" %}missing-value{% endif %}" style="vertical-align: middle;">{{totalVoteCount}}</td>
{% endfor %}
</tr> -->
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 59461a3

Please sign in to comment.