diff -r 48d68e75e9cc -r 8c2376baee94 templates/registration/login.html --- a/templates/registration/login.html Fri Jan 07 11:00:22 2011 +0530 +++ b/templates/registration/login.html Fri Jan 07 11:07:21 2011 +0530 @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% block content %}
+{% csrf_token %} {{ form.as_p }}