summaryrefslogtreecommitdiff
path: root/templates/exam/monitor.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exam/monitor.html')
-rw-r--r--templates/exam/monitor.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/exam/monitor.html b/templates/exam/monitor.html
index f1c7779..d79bb35 100644
--- a/templates/exam/monitor.html
+++ b/templates/exam/monitor.html
@@ -1,6 +1,12 @@
+{% extends "base.html" %}
+
+{% block title %} Quiz results {% endblock title %}
+
+{% block meta %} <meta http-equiv="refresh" content="30"/> {% endblock meta %}
+
+{% block content %}
<h1> Current quiz results </h1>
-<meta http-equiv="refresh" content="30"/>
{% if paper_list %}
<table border="1" cellpadding="3">
@@ -21,3 +27,4 @@
<p> No answer papers so far. </p>
{% endif %}
+{% endblock content %}