summaryrefslogtreecommitdiff
path: root/kpov_judge/web/kpov_judge/templates/results.html
blob: e944d3836c4b70ea309df03717be39c9a6bdcbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
<h1>
{{task_id}}
</h1>
<p>
<h2>Rezultati</h2>
<ul>
{% for k, v in results.iteritems() %}
<li>{{k}}: {{v}}</li>
{% endfor %}
</ul>
</p>
</body>
</html>