pytask/templates/registration/registration_form.html
changeset 69 c6bca38c1cbf
parent 22 8b891483e052
child 80 49ee2a7f1350
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/registration/registration_form.html	Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block content %}
+<form action="/accounts/register/" method="post">
+{% csrf_token %}
+{{ form.as_p }}
+<input type="submit" value="Submit" />
+</form>
+{% endblock %}