templates/registration/registration_form.html
changeset 22 8b891483e052
parent 20 0e8d0f5474f2
--- 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 %}
 <form action="/accounts/register/" method="post">
-{% csrf_toekn %}
+{% csrf_token %}
 {{ form.as_p }}
 <input type="submit" value="Submit" />
 </form>