summaryrefslogtreecommitdiff
path: root/kpov_judge/web/kpov_judge/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/web/kpov_judge/templates/index.html')
-rw-r--r--kpov_judge/web/kpov_judge/templates/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/kpov_judge/web/kpov_judge/templates/index.html b/kpov_judge/web/kpov_judge/templates/index.html
deleted file mode 100644
index 4c2ba47..0000000
--- a/kpov_judge/web/kpov_judge/templates/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
-
-<h1>KPOV Judge</h1>
-
-<p>
-{{ _('Zdravo, %(student)s.', student=student_id) }}
-
-<section>
-<h1>{{ _('Predmeti') }}</h1>
-
-<ul>
-{% for c in classes %}
- <li><a href="{{url_for('class_tasks', class_id=c.class_id)}}">{{c.name}}</a>
-{% endfor %}
-</ul>