up archived proposals
This commit is contained in:
parent
1ed9ac8690
commit
7d76d6efa5
2 changed files with 53 additions and 1 deletions
|
@ -309,7 +309,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for voter in statistics.top_voters %}
|
||||
{% for voter in statistics.top_voters|default([]) %}
|
||||
<tr>
|
||||
<td>{{ loop.index }}</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue