Skip to content

Commit 2389d8e

Browse files
Small change in count.html
1 parent 8626098 commit 2389d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/voting/templates/voting/count.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>
3131
</tr>
3232
{% for key, value in sortedp.items %}
3333
<tr>
34-
<td>P00{{key}}</td>
34+
<td>P{{key}}</td>
3535
<td>{{value}}</td>
3636
</tr>
3737
{% endfor %}
@@ -47,7 +47,7 @@ <h3>
4747
</tr>
4848
{% for key, value in sortedd.items %}
4949
<tr>
50-
<td>S00{{key}}</td>
50+
<td>S{{key}}</td>
5151
<td>{{value}}</td>
5252
</tr>
5353
{% endfor %}

0 commit comments

Comments
 (0)