diff -r 3efb40900b87 -r 8b891483e052 templates/registration/registration_form.html --- a/templates/registration/registration_form.html Fri Jan 07 09:57:52 2011 +0530 +++ b/templates/registration/registration_form.html Fri Jan 07 10:02:02 2011 +0530 @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %}
-{% csrf_toekn %} +{% csrf_token %} {{ form.as_p }}