We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8626098 commit 2389d8eCopy full SHA for 2389d8e
backend/voting/templates/voting/count.html
@@ -31,7 +31,7 @@ <h3>
31
</tr>
32
{% for key, value in sortedp.items %}
33
<tr>
34
- <td>P00{{key}}</td>
+ <td>P{{key}}</td>
35
<td>{{value}}</td>
36
37
{% endfor %}
@@ -47,7 +47,7 @@ <h3>
47
48
{% for key, value in sortedd.items %}
49
50
- <td>S00{{key}}</td>
+ <td>S{{key}}</td>
51
52
53
0 commit comments