diff -r 46e07d429ea1 -r 0e8d0f5474f2 templates/registration/registration_form.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/registration/registration_form.html Fri Jan 07 09:54:46 2011 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block content %} +
+{% csrf_toekn %} +{{ form.as_p }} + +
+{% endblock %}