summaryrefslogtreecommitdiff
path: root/kpov_judge/web/kpov_judge/templates/results.html
diff options
context:
space:
mode:
authorgasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-13 22:31:08 +0000
committergasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-13 22:31:08 +0000
commitc294db9fd10e06bba61db28c1eb75c355dac84ae (patch)
tree22fc6479725debb8c24b3b8a18ee45b4e6a3b84d /kpov_judge/web/kpov_judge/templates/results.html
parent3bb4942284171043e9336ede0fd85eac76b274d1 (diff)
added missing templates
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@183 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/web/kpov_judge/templates/results.html')
-rw-r--r--kpov_judge/web/kpov_judge/templates/results.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/kpov_judge/web/kpov_judge/templates/results.html b/kpov_judge/web/kpov_judge/templates/results.html
new file mode 100644
index 0000000..e944d38
--- /dev/null
+++ b/kpov_judge/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.iteritems() %}
+<li>{{k}}: {{v}}</li>
+{% endfor %}
+</ul>
+</p>
+</body>
+</html>