summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/grade_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/grade_user.html')
-rw-r--r--testapp/templates/exam/grade_user.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/testapp/templates/exam/grade_user.html b/testapp/templates/exam/grade_user.html
index 2237475..89faf46 100644
--- a/testapp/templates/exam/grade_user.html
+++ b/testapp/templates/exam/grade_user.html
@@ -3,8 +3,7 @@
{% block title %} Grading papers for {{ data.user.get_full_name.title }} {% endblock title %}
{% block content %}
-<html lang="en">
- <body>
+
<div class="container">
<div class="content">
<div class="page-header">
@@ -99,6 +98,4 @@ Marks: <input id="q{{ question.id }}" type="text"
</div> <!-- /container -->
- </body>
-</html>
{% endblock content %}