diff options
author | Nishanth Amuluru | 2011-11-10 19:01:59 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-11-10 20:48:32 +0530 |
commit | 6f66effc7e829401e01d4df5891f5b585cd94e76 (patch) | |
tree | 3352b5b023737e787542892d675088fe09bfbc16 /templates/exam | |
parent | 30f005126c97121548cc1d453997933482bd33a8 (diff) | |
download | online_test-6f66effc7e829401e01d4df5891f5b585cd94e76.tar.gz online_test-6f66effc7e829401e01d4df5891f5b585cd94e76.tar.bz2 online_test-6f66effc7e829401e01d4df5891f5b585cd94e76.zip |
ENH: User registration and login
Diffstat (limited to 'templates/exam')
-rw-r--r-- | templates/exam/login.html | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +<p> Welcome to the Examination. +Please login to proceed.</p> + +<form action="" method="post"> +{% csrf_token %} + +{{ form.as_p }} + +<input type="submit" value="Login" /> +</form> +<!-- <a href="/exam/forgotpassword/">Forgot Password</a> <br /> --> +<a href="/exam/register/">New User Registration</a> |