This file was mistakenly deleted in the previous version. Reverting the delete.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 14:54:24 +0530
changeset 461 7f29756a863b
parent 460 408fb012dbae
child 462 f333bb6a79c7
This file was mistakenly deleted in the previous version. Reverting the delete.
pytask/templates/registration/login.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/registration/login.html	Tue Jan 18 14:54:24 2011 +0530
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% load form_helpers %}
+
+{% block content %}
+  {% url auth_login as login_url %}
+  {% as_div_form form "Login Form" csrf_token "Login" login_url %}
+  <a href="{% url auth_password_reset %}">Forgot password?</a>
+{% endblock %}