From 6f66effc7e829401e01d4df5891f5b585cd94e76 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 10 Nov 2011 19:01:59 +0530 Subject: ENH: User registration and login --- templates/exam/login.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/exam/login.html diff --git a/templates/exam/login.html b/templates/exam/login.html new file mode 100644 index 0000000..c8e27e4 --- /dev/null +++ b/templates/exam/login.html @@ -0,0 +1,12 @@ +

Welcome to the Examination. +Please login to proceed.

+ +
+{% csrf_token %} + +{{ form.as_p }} + + +
+ +New User Registration -- cgit