changeset 258 | 0e8d0f5474f2 |
child 260 | 8b891483e052 |
--- /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 %} +<form action="/accounts/register/" method="post"> +{% csrf_toekn %} +{{ form.as_p }} +<input type="submit" value="Submit" /> +</form> +{% endblock %}