# HG changeset patch # User Madhusudan.C.S # Date 1295342664 -19800 # Node ID 7f29756a863baeb4b4e1c607932d0aaeda7888f8 # Parent 408fb012dbae2b3b9e42a015bf63269aa7eff764 This file was mistakenly deleted in the previous version. Reverting the delete. diff -r 408fb012dbae -r 7f29756a863b 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 %} + Forgot password? +{% endblock %}