summaryrefslogtreecommitdiff
path: root/templates/exam/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exam/login.html')
-rw-r--r--templates/exam/login.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/exam/login.html b/templates/exam/login.html
index b8594f4..8f0ef6c 100644
--- a/templates/exam/login.html
+++ b/templates/exam/login.html
@@ -9,7 +9,9 @@ Please login to proceed.</p>
<form action="" method="post">
{% csrf_token %}
-{{ form.as_p }}
+<table>
+{{ form.as_table }}
+</table>
<input type="submit" value="Login" />
</form>