summaryrefslogtreecommitdiff
path: root/templates/exam/login.html
blob: c8e27e412577fbbfd5f09c85f97b2cde60516e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>