testappproj/templates/registration/login.html
author amit@thunder
Mon, 14 Jun 2010 22:02:14 +0530
changeset 4 4d5422e5a45d
parent 2 654c583fd78e
permissions -rw-r--r--
checking if somebody is importing a libarary in code

{% block content %}
<form action="/accounts/login/?next=/problems" method="post">
{{ form.as_p }}
<input type="submit" value="Login" />
</form>
<a href="/accounts/password/reset">Forgot password?</a>
{% endblock %}