@@ -99,6 +98,4 @@ Marks:
-
-
{% endblock content %}
diff --git a/testapp/templates/exam/intro.html b/testapp/templates/exam/intro.html
index 2306fb7..35a6923 100644
--- a/testapp/templates/exam/intro.html
+++ b/testapp/templates/exam/intro.html
@@ -3,8 +3,7 @@
{% block title %}Instructions and Rules {% endblock %}
{% block content %}
-
-
+
@@ -68,7 +67,4 @@ carefully.
-
-
-
{% endblock content %}
diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html
index 9420903..770ceb4 100644
--- a/testapp/templates/exam/login.html
+++ b/testapp/templates/exam/login.html
@@ -3,8 +3,7 @@
{% block title %}Login{% endblock title %}
{% block content %}
-
-
+
@@ -44,8 +43,5 @@
-
-
-
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/testapp/templates/exam/quit.html b/testapp/templates/exam/quit.html
index c31fd87..3ee85db 100644
--- a/testapp/templates/exam/quit.html
+++ b/testapp/templates/exam/quit.html
@@ -2,36 +2,28 @@
{% block title %}Quit exam {% endblock %}
-
-{% block content %}
-
-
-
-
-
-
- Online Test
-
-
+
-
-
-
-
-
-
-
-Your current answers are saved.
Are you sure you wish to quit the exam?
+
-
-
{% endblock content %}
diff --git a/testapp/templates/exam/register.html b/testapp/templates/exam/register.html
index a90f21c..1555ab3 100644
--- a/testapp/templates/exam/register.html
+++ b/testapp/templates/exam/register.html
@@ -4,7 +4,6 @@
{% block content %}
-
+
-
+
+
+
+ Online Test
+
+
+
+
+
+
+ Your current answers are saved.
Are you sure you wish to quit the exam?
@@ -16,8 +15,6 @@
-
-
{% endblock content %}
diff --git a/testapp/templates/exam/user_data.html b/testapp/templates/exam/user_data.html
index 8026a73..b9cbbb5 100644
--- a/testapp/templates/exam/user_data.html
+++ b/testapp/templates/exam/user_data.html
@@ -3,8 +3,7 @@
{% block title %} Data for user {{ data.user.get_full_name.title }} {% endblock title %}
{% block content %}
-
-
+
@@ -100,7 +99,4 @@ User IP address: {{ paper.user_ip }}
-
-
-
{% endblock content %}
--
cgit