summaryrefslogtreecommitdiff
path: root/web/kpov_judge/templates/results.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 21:05:27 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 21:05:27 +0100
commit8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 (patch)
treec7f49bd33ed19d53afc0ee9df8b2c82c200c5910 /web/kpov_judge/templates/results.html
parent9963b74f777edf985540eac71b1ca095f88b8bca (diff)
Move everything one level up
Diffstat (limited to 'web/kpov_judge/templates/results.html')
-rw-r--r--web/kpov_judge/templates/results.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/kpov_judge/templates/results.html b/web/kpov_judge/templates/results.html
new file mode 100644
index 0000000..7f05208
--- /dev/null
+++ b/web/kpov_judge/templates/results.html
@@ -0,0 +1,15 @@
+<html>
+<body>
+<h1>
+{{task_id}}
+</h1>
+<p>
+<h2>Rezultati</h2>
+<ul>
+{% for k, v in results.items() %}
+<li>{{k}}: {{v}}</li>
+{% endfor %}
+</ul>
+</p>
+</body>
+</html>