add option to view cid candidate name in scores page

This commit is contained in:
Ross
2024-01-09 23:41:48 +00:00
parent abf63b524b
commit 76b4746b13
5 changed files with 104 additions and 31 deletions
+4 -4
View File
@@ -1,5 +1,4 @@
{% if statuses %}
<div class="alert alert-warning" role="alert">
<ul>
{% for status in statuses %}
<li>
@@ -13,11 +12,12 @@
{% endif %}
{{status.status}}
{{status.extra}} {% endcomment %}
{{status}}
{{status}}
</li>
{% endfor %}
</ul>
</div>
{% else %}
Nil recorded.
{% endif %}