.
This commit is contained in:
@@ -69,8 +69,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>Score:</td>
|
<td>Score:</td>
|
||||||
{% for score in user_scores_list %}
|
{% for cid in cids %}
|
||||||
<td>{{score}}</td>
|
<td>{{user_scores|get_item:cid}}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user